Changeset 3 for trunk/samba-3.0.25pre1/source/include/config.h
- Timestamp:
- Mar 25, 2007, 12:29:51 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/samba-3.0.25pre1/source/include/config.h
r1 r3 192 192 193 193 /* Define to 1 if you have the `ber_scanf' function. */ 194 #define HAVE_BER_SCANF 1 194 /* #undef HAVE_BER_SCANF */ 195 195 196 196 /* What header to include for iconv() function: biconv.h */ … … 643 643 644 644 /* Do we have history_list? */ 645 #define HAVE_HISTORY_LIST 1 645 /* #undef HAVE_HISTORY_LIST */ 646 646 647 647 /* Whether HPUX ACLs are available */ … … 875 875 876 876 /* Define to 1 if you have the <lber.h> header file. */ 877 #define HAVE_LBER_H 1 877 /* #undef HAVE_LBER_H */ 878 878 879 879 /* Whether ldap is available */ 880 #define HAVE_LDAP 1 880 /* #undef HAVE_LDAP */ 881 881 882 882 /* Define to 1 if you have the `ldap_add_result_entry' function. */ 883 #define HAVE_LDAP_ADD_RESULT_ENTRY 1 883 /* #undef HAVE_LDAP_ADD_RESULT_ENTRY */ 884 884 885 885 /* Define to 1 if you have the <ldap.h> header file. */ 886 #define HAVE_LDAP_H 1 886 /* #undef HAVE_LDAP_H */ 887 887 888 888 /* Define to 1 if you have the `ldap_init' function. */ 889 #define HAVE_LDAP_INIT 1 889 /* #undef HAVE_LDAP_INIT */ 890 890 891 891 /* Define to 1 if you have the `ldap_initialize' function. */ 892 #define HAVE_LDAP_INITIALIZE 1 892 /* #undef HAVE_LDAP_INITIALIZE */ 893 893 894 894 /* Define to 1 if you have the `ldap_set_rebind_proc' function. */ 895 #define HAVE_LDAP_SET_REBIND_PROC 1 895 /* #undef HAVE_LDAP_SET_REBIND_PROC */ 896 896 897 897 /* Define to 1 if you have the `lgetea' function. */ … … 935 935 936 936 /* Define to 1 if you have the `lber' library (-llber). */ 937 #define HAVE_LIBLBER 1 937 /* #undef HAVE_LIBLBER */ 938 938 939 939 /* Define to 1 if you have the `ldap' library (-lldap). */ 940 #define HAVE_LIBLDAP 1 940 /* #undef HAVE_LIBLDAP */ 941 941 942 942 /* Define to 1 if you have the `nscd' library (-lnscd). */ … … 953 953 954 954 /* Whether the system has readline */ 955 #define HAVE_LIBREADLINE 1 955 /* #undef HAVE_LIBREADLINE */ 956 956 957 957 /* Define to 1 if you have the `resolv' library (-lresolv). */ … … 1124 1124 1125 1125 /* Do we have rl_completion_matches? */ 1126 #define HAVE_NEW_LIBREADLINE 1 1126 /* #undef HAVE_NEW_LIBREADLINE */ 1127 1127 1128 1128 /* Define to 1 if you have the `nl_langinfo' function. */ … … 2189 2189 2190 2190 /* Number of arguments to ldap_set_rebind_proc */ 2191 #define LDAP_SET_REBIND_PROC_ARGS 3 2191 /* #undef LDAP_SET_REBIND_PROC_ARGS */ 2192 2192 2193 2193 /* Whether the host os is linux */ … … 2337 2337 2338 2338 /* String list of builtin modules */ 2339 #define STRING_STATIC_MODULES " pdb_ ldap pdb_smbpasswd pdb_tdbsam rpc_lsa rpc_reg rpc_lsa_ds rpc_wkssvc rpc_svcctl rpc_ntsvcs rpc_net rpc_netdfs rpc_srv rpc_spoolss rpc_eventlog rpc_samr rpc_echo idmap_ldapidmap_tdb idmap_passdb idmap_nss nss_info_template charset_CP850 charset_CP437 auth_sam auth_unix auth_winbind auth_server auth_domain auth_builtin auth_script vfs_default vfs_recycle vfs_audit vfs_extd_audit vfs_full_audit vfs_netatalk vfs_fake_perms vfs_default_quota vfs_readonly vfs_cap vfs_expand_msdfs vfs_shadow_copy"2339 #define STRING_STATIC_MODULES " pdb_smbpasswd pdb_tdbsam rpc_lsa rpc_reg rpc_lsa_ds rpc_wkssvc rpc_svcctl rpc_ntsvcs rpc_net rpc_netdfs rpc_srv rpc_spoolss rpc_eventlog rpc_samr rpc_echo idmap_tdb idmap_passdb idmap_nss nss_info_template charset_CP850 charset_CP437 auth_sam auth_unix auth_winbind auth_server auth_domain auth_builtin auth_script vfs_default vfs_recycle vfs_audit vfs_extd_audit vfs_full_audit vfs_netatalk vfs_fake_perms vfs_default_quota vfs_readonly vfs_cap vfs_expand_msdfs vfs_shadow_copy" 2340 2340 2341 2341 /* Whether the host os is sunos4 */ … … 2678 2678 2679 2679 /* Decl of Static init functions */ 2680 #define static_decl_idmap extern NTSTATUS idmap_ ldap_init(void); extern NTSTATUS idmap_tdb_init(void); extern NTSTATUS idmap_passdb_init(void); extern NTSTATUS idmap_nss_init(void);2680 #define static_decl_idmap extern NTSTATUS idmap_tdb_init(void); extern NTSTATUS idmap_passdb_init(void); extern NTSTATUS idmap_nss_init(void); 2681 2681 2682 2682 /* Decl of Static init functions */ … … 2684 2684 2685 2685 /* Decl of Static init functions */ 2686 #define static_decl_pdb extern NTSTATUS pdb_ ldap_init(void); extern NTSTATUS pdb_smbpasswd_init(void); extern NTSTATUS pdb_tdbsam_init(void);2686 #define static_decl_pdb extern NTSTATUS pdb_smbpasswd_init(void); extern NTSTATUS pdb_tdbsam_init(void); 2687 2687 2688 2688 /* Decl of Static init functions */ … … 2699 2699 2700 2700 /* Static init functions */ 2701 #define static_init_idmap { idmap_ ldap_init(); idmap_tdb_init(); idmap_passdb_init(); idmap_nss_init();}2701 #define static_init_idmap { idmap_tdb_init(); idmap_passdb_init(); idmap_nss_init();} 2702 2702 2703 2703 /* Static init functions */ … … 2705 2705 2706 2706 /* Static init functions */ 2707 #define static_init_pdb { pdb_ ldap_init(); pdb_smbpasswd_init(); pdb_tdbsam_init();}2707 #define static_init_pdb { pdb_smbpasswd_init(); pdb_tdbsam_init();} 2708 2708 2709 2709 /* Static init functions */
Note:
See TracChangeset
for help on using the changeset viewer.