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/smbd/build_options.c

    r62 r124  
    492492        output(screen, "   HAVE_STRING_H\n");
    493493#endif
     494#ifdef HAVE_STROPTS_H
     495        output(screen, "   HAVE_STROPTS_H\n");
     496#endif
    494497#ifdef HAVE_SYSCALL_H
    495498        output(screen, "   HAVE_SYSCALL_H\n");
     
    11241127        output(screen, "   HAVE_INOTIFY\n");
    11251128#endif
     1129#ifdef HAVE_INOTIFY_INIT
     1130        output(screen, "   HAVE_INOTIFY_INIT\n");
     1131#endif
    11261132#ifdef HAVE_IPRINT
    11271133        output(screen, "   HAVE_IPRINT\n");
     
    12651271        output(screen, "   HAVE_KRB5_PRINCIPAL_GET_COMP_STRING\n");
    12661272#endif
     1273#ifdef HAVE_KRB5_PRINCIPAL_GET_REALM
     1274        output(screen, "   HAVE_KRB5_PRINCIPAL_GET_REALM\n");
     1275#endif
    12671276#ifdef HAVE_KRB5_PRINC_COMPONENT
    12681277        output(screen, "   HAVE_KRB5_PRINC_COMPONENT\n");
    12691278#endif
     1279#ifdef HAVE_KRB5_PRINC_REALM
     1280        output(screen, "   HAVE_KRB5_PRINC_REALM\n");
     1281#endif
    12701282#ifdef HAVE_KRB5_PRINC_SIZE
    12711283        output(screen, "   HAVE_KRB5_PRINC_SIZE\n");
     
    13031315#ifdef HAVE_KV5M_KEYTAB
    13041316        output(screen, "   HAVE_KV5M_KEYTAB\n");
     1317#endif
     1318#ifdef HAVE_LBER_LOG_PRINT_FN
     1319        output(screen, "   HAVE_LBER_LOG_PRINT_FN\n");
    13051320#endif
    13061321#ifdef HAVE_LDAP
     
    24342449        output(screen, "   REPLACE_GETPASS\n");
    24352450#endif
     2451#ifdef REPLACE_GETPASS_BY_GETPASSPHRASE
     2452        output(screen, "   REPLACE_GETPASS_BY_GETPASSPHRASE\n");
     2453#endif
    24362454#ifdef REPLACE_INET_NTOA
    24372455        output(screen, "   REPLACE_INET_NTOA\n");
     
    29462964#ifdef vfs_netatalk_init
    29472965        output(screen, "   vfs_netatalk_init\n");
     2966#endif
     2967#ifdef vfs_notify_fam_init
     2968        output(screen, "   vfs_notify_fam_init\n");
    29482969#endif
    29492970#ifdef vfs_posixacl_init
Note: See TracChangeset for help on using the changeset viewer.