Ignore:
Timestamp:
Mar 12, 2008, 9:08:18 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.28a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/include/config.h.in

    r62 r124  
    686686#undef HAVE_INOTIFY
    687687
     688/* Define to 1 if you have the `inotify_init' function. */
     689#undef HAVE_INOTIFY_INIT
     690
    688691/* Whether int16 typedef is included by rpc/rpc.h */
    689692#undef HAVE_INT16_FROM_RPC_RPC_H
     
    843846#undef HAVE_KRB5_PRINCIPAL_GET_COMP_STRING
    844847
     848/* Whether the function krb5_principal_get_realm is defined */
     849#undef HAVE_KRB5_PRINCIPAL_GET_REALM
     850
    845851/* Whether krb5_princ_component is available */
    846852#undef HAVE_KRB5_PRINC_COMPONENT
    847853
     854/* Whether the macro krb5_princ_realm is defined */
     855#undef HAVE_KRB5_PRINC_REALM
     856
    848857/* Define to 1 if you have the `krb5_princ_size' function. */
    849858#undef HAVE_KRB5_PRINC_SIZE
     
    890899/* Define to 1 if you have the <lber.h> header file. */
    891900#undef HAVE_LBER_H
     901
     902/* Support for LDAP/LBER logging interception */
     903#undef HAVE_LBER_LOG_PRINT_FN
    892904
    893905/* Whether ldap is available */
     
    15721584#undef HAVE_STRNLEN
    15731585
     1586/* Define to 1 if you have the <stropts.h> header file. */
     1587#undef HAVE_STROPTS_H
     1588
    15741589/* Define to 1 if you have the `strpbrk' function. */
    15751590#undef HAVE_STRPBRK
     
    22792294/* Whether getpass should be replaced */
    22802295#undef REPLACE_GETPASS
     2296
     2297/* getpass returns <9 chars where getpassphrase returns <265 chars */
     2298#undef REPLACE_GETPASS_BY_GETPASSPHRASE
    22812299
    22822300/* Whether inet_ntoa should be replaced */
     
    28262844#undef vfs_netatalk_init
    28272845
     2846/* Whether to build vfs_notify_fam as shared module */
     2847#undef vfs_notify_fam_init
     2848
    28282849/* Whether to build vfs_posixacl as shared module */
    28292850#undef vfs_posixacl_init
Note: See TracChangeset for help on using the changeset viewer.