Ignore:
Timestamp:
Mar 25, 2007, 12:29:51 PM (18 years ago)
Author:
Yuri Dario
Message:

File cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samba-3.0.25pre1/source/include/config.h

    r1 r3  
    192192
    193193/* Define to 1 if you have the `ber_scanf' function. */
    194 #define HAVE_BER_SCANF 1
     194/* #undef HAVE_BER_SCANF */
    195195
    196196/* What header to include for iconv() function: biconv.h */
     
    643643
    644644/* Do we have history_list? */
    645 #define HAVE_HISTORY_LIST 1
     645/* #undef HAVE_HISTORY_LIST */
    646646
    647647/* Whether HPUX ACLs are available */
     
    875875
    876876/* Define to 1 if you have the <lber.h> header file. */
    877 #define HAVE_LBER_H 1
     877/* #undef HAVE_LBER_H */
    878878
    879879/* Whether ldap is available */
    880 #define HAVE_LDAP 1
     880/* #undef HAVE_LDAP */
    881881
    882882/* 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 */
    884884
    885885/* Define to 1 if you have the <ldap.h> header file. */
    886 #define HAVE_LDAP_H 1
     886/* #undef HAVE_LDAP_H */
    887887
    888888/* Define to 1 if you have the `ldap_init' function. */
    889 #define HAVE_LDAP_INIT 1
     889/* #undef HAVE_LDAP_INIT */
    890890
    891891/* Define to 1 if you have the `ldap_initialize' function. */
    892 #define HAVE_LDAP_INITIALIZE 1
     892/* #undef HAVE_LDAP_INITIALIZE */
    893893
    894894/* 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 */
    896896
    897897/* Define to 1 if you have the `lgetea' function. */
     
    935935
    936936/* Define to 1 if you have the `lber' library (-llber). */
    937 #define HAVE_LIBLBER 1
     937/* #undef HAVE_LIBLBER */
    938938
    939939/* Define to 1 if you have the `ldap' library (-lldap). */
    940 #define HAVE_LIBLDAP 1
     940/* #undef HAVE_LIBLDAP */
    941941
    942942/* Define to 1 if you have the `nscd' library (-lnscd). */
     
    953953
    954954/* Whether the system has readline */
    955 #define HAVE_LIBREADLINE 1
     955/* #undef HAVE_LIBREADLINE */
    956956
    957957/* Define to 1 if you have the `resolv' library (-lresolv). */
     
    11241124
    11251125/* Do we have rl_completion_matches? */
    1126 #define HAVE_NEW_LIBREADLINE 1
     1126/* #undef HAVE_NEW_LIBREADLINE */
    11271127
    11281128/* Define to 1 if you have the `nl_langinfo' function. */
     
    21892189
    21902190/* Number of arguments to ldap_set_rebind_proc */
    2191 #define LDAP_SET_REBIND_PROC_ARGS 3
     2191/* #undef LDAP_SET_REBIND_PROC_ARGS */
    21922192
    21932193/* Whether the host os is linux */
     
    23372337
    23382338/* 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_ldap 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"
     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"
    23402340
    23412341/* Whether the host os is sunos4 */
     
    26782678
    26792679/* 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);
    26812681
    26822682/* Decl of Static init functions */
     
    26842684
    26852685/* 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);
    26872687
    26882688/* Decl of Static init functions */
     
    26992699
    27002700/* 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();}
    27022702
    27032703/* Static init functions */
     
    27052705
    27062706/* 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();}
    27082708
    27092709/* Static init functions */
Note: See TracChangeset for help on using the changeset viewer.