Changeset 124 for branches/samba-3.0/source/include/config.h.in
- Timestamp:
- Mar 12, 2008, 9:08:18 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/include/config.h.in
r62 r124 686 686 #undef HAVE_INOTIFY 687 687 688 /* Define to 1 if you have the `inotify_init' function. */ 689 #undef HAVE_INOTIFY_INIT 690 688 691 /* Whether int16 typedef is included by rpc/rpc.h */ 689 692 #undef HAVE_INT16_FROM_RPC_RPC_H … … 843 846 #undef HAVE_KRB5_PRINCIPAL_GET_COMP_STRING 844 847 848 /* Whether the function krb5_principal_get_realm is defined */ 849 #undef HAVE_KRB5_PRINCIPAL_GET_REALM 850 845 851 /* Whether krb5_princ_component is available */ 846 852 #undef HAVE_KRB5_PRINC_COMPONENT 847 853 854 /* Whether the macro krb5_princ_realm is defined */ 855 #undef HAVE_KRB5_PRINC_REALM 856 848 857 /* Define to 1 if you have the `krb5_princ_size' function. */ 849 858 #undef HAVE_KRB5_PRINC_SIZE … … 890 899 /* Define to 1 if you have the <lber.h> header file. */ 891 900 #undef HAVE_LBER_H 901 902 /* Support for LDAP/LBER logging interception */ 903 #undef HAVE_LBER_LOG_PRINT_FN 892 904 893 905 /* Whether ldap is available */ … … 1572 1584 #undef HAVE_STRNLEN 1573 1585 1586 /* Define to 1 if you have the <stropts.h> header file. */ 1587 #undef HAVE_STROPTS_H 1588 1574 1589 /* Define to 1 if you have the `strpbrk' function. */ 1575 1590 #undef HAVE_STRPBRK … … 2279 2294 /* Whether getpass should be replaced */ 2280 2295 #undef REPLACE_GETPASS 2296 2297 /* getpass returns <9 chars where getpassphrase returns <265 chars */ 2298 #undef REPLACE_GETPASS_BY_GETPASSPHRASE 2281 2299 2282 2300 /* Whether inet_ntoa should be replaced */ … … 2826 2844 #undef vfs_netatalk_init 2827 2845 2846 /* Whether to build vfs_notify_fam as shared module */ 2847 #undef vfs_notify_fam_init 2848 2828 2849 /* Whether to build vfs_posixacl as shared module */ 2829 2850 #undef vfs_posixacl_init
Note:
See TracChangeset
for help on using the changeset viewer.