~ttx/openldap/lucid-gssapi-495418

« back to all changes in this revision

Viewing changes to include/portable.hin

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2009-09-07 13:41:10 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090907134110-rsnlhy8b0r21p9bg
Tags: 2.4.18-0ubuntu1
* New upstream release: (LP: #419515):
  + pcache overlay supports disconnected mode.
* Fix nss overlay load (LP: #417163).

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
/* end of portable.h.pre */
49
49
 
50
50
 
 
51
/* Define if building universal (internal helper macro) */
 
52
#undef AC_APPLE_UNIVERSAL_BUILD
 
53
 
51
54
/* define to use both <string.h> and <strings.h> */
52
55
#undef BOTH_STRINGS_H
53
56
 
214
217
/* Define to 1 if you have the <getopt.h> header file. */
215
218
#undef HAVE_GETOPT_H
216
219
 
217
 
/* Define to 1 if you have the `getpass' function. */
218
 
#undef HAVE_GETPASS
219
 
 
220
220
/* Define to 1 if you have the `getpassphrase' function. */
221
221
#undef HAVE_GETPASSPHRASE
222
222
 
253
253
/* Define to 1 if you have the <grp.h> header file. */
254
254
#undef HAVE_GRP_H
255
255
 
256
 
/* define if you have GSSAPI */
257
 
#undef HAVE_GSSAPI
258
 
 
259
 
/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
260
 
#undef HAVE_GSSAPI_GSSAPI_H
261
 
 
262
 
/* Define to 1 if you have the <gssapi.h> header file. */
263
 
#undef HAVE_GSSAPI_H
264
 
 
265
 
/* Define to 1 if you have the `gss_oid_to_str' function. */
266
 
#undef HAVE_GSS_OID_TO_STR
267
 
 
268
256
/* Define to 1 if you have the `hstrerror' function. */
269
257
#undef HAVE_HSTRERROR
270
258
 
376
364
/* define this if you have mkversion */
377
365
#undef HAVE_MKVERSION
378
366
 
 
367
/* define if you have MozNSS */
 
368
#undef HAVE_MOZNSS
 
369
 
379
370
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
380
371
#undef HAVE_NDIR_H
381
372
 
385
376
/* define if strerror_r returns char* instead of int */
386
377
#undef HAVE_NONPOSIX_STRERROR_R
387
378
 
 
379
/* Define to 1 if you have the <nssutil.h> header file. */
 
380
#undef HAVE_NSSUTIL_H
 
381
 
388
382
/* if you have NT Event Log */
389
383
#undef HAVE_NT_EVENT_LOG
390
384
 
397
391
/* define if you have OpenSSL */
398
392
#undef HAVE_OPENSSL
399
393
 
400
 
/* define if you have MozNSS */
401
 
#undef HAVE_MOZNSS
402
 
 
403
394
/* Define to 1 if you have the <openssl/bn.h> header file. */
404
395
#undef HAVE_OPENSSL_BN_H
405
396
 
813
804
/* define if select implicitly yields */
814
805
#undef HAVE_YIELDING_SELECT
815
806
 
 
807
/* Define to 1 if you have the `_vsnprintf' function. */
 
808
#undef HAVE__VSNPRINTF
 
809
 
816
810
/* define to 32-bit or greater integer type */
817
811
#undef LBER_INT_T
818
812
 
909
903
/* Define to the type of arg 5 for `select'. */
910
904
#undef SELECT_TYPE_ARG5
911
905
 
912
 
/* The size of a `int', as computed by sizeof. */
 
906
/* The size of `int', as computed by sizeof. */
913
907
#undef SIZEOF_INT
914
908
 
915
 
/* The size of a `long', as computed by sizeof. */
 
909
/* The size of `long', as computed by sizeof. */
916
910
#undef SIZEOF_LONG
917
911
 
918
 
/* The size of a `long long', as computed by sizeof. */
 
912
/* The size of `long long', as computed by sizeof. */
919
913
#undef SIZEOF_LONG_LONG
920
914
 
921
 
/* The size of a `short', as computed by sizeof. */
 
915
/* The size of `short', as computed by sizeof. */
922
916
#undef SIZEOF_SHORT
923
917
 
924
 
/* The size of a `wchar_t', as computed by sizeof. */
 
918
/* The size of `wchar_t', as computed by sizeof. */
925
919
#undef SIZEOF_WCHAR_T
926
920
 
927
921
/* define to support per-object ACIs */
1014
1008
/* define for Sequential Modify overlay */
1015
1009
#undef SLAPD_OVER_SEQMOD
1016
1010
 
 
1011
/* define for ServerSideSort/VLV overlay */
 
1012
#undef SLAPD_OVER_SSSVLV
 
1013
 
1017
1014
/* define for Syncrepl Provider overlay */
1018
1015
#undef SLAPD_OVER_SYNCPROV
1019
1016
 
1077
1074
/* define to use 'long long' for MP */
1078
1075
#undef USE_MP_LONG_LONG
1079
1076
 
1080
 
/* Define to 1 if your processor stores words with the most significant byte
1081
 
   first (like Motorola and SPARC, unlike Intel and VAX). */
1082
 
#undef WORDS_BIGENDIAN
 
1077
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
 
1078
   significant byte first (like Motorola and SPARC, unlike Intel). */
 
1079
#if defined AC_APPLE_UNIVERSAL_BUILD
 
1080
# if defined __BIG_ENDIAN__
 
1081
#  define WORDS_BIGENDIAN 1
 
1082
# endif
 
1083
#else
 
1084
# ifndef WORDS_BIGENDIAN
 
1085
#  undef WORDS_BIGENDIAN
 
1086
# endif
 
1087
#endif
1083
1088
 
1084
1089
/* Define to the type of arg 3 for `accept'. */
1085
1090
#undef ber_socklen_t