Ignore:
Timestamp:
Mar 11, 2009, 9:14:55 AM (16 years ago)
Author:
Paul Smedley
Message:

Add 'missing' 3.0.34 diffs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/smbd/build_options.c

    r124 r165  
    345345        output(screen, "   HAVE_INTTYPES_H\n");
    346346#endif
     347#ifdef HAVE_KEYUTILS_H
     348        output(screen, "   HAVE_KEYUTILS_H\n");
     349#endif
    347350#ifdef HAVE_KRB5_H
    348351        output(screen, "   HAVE_KRB5_H\n");
     
    22652268        output(screen, "   WITH_CIFSMOUNT\n");
    22662269#endif
     2270#ifdef WITH_CIFSUPCALL
     2271        output(screen, "   WITH_CIFSUPCALL\n");
     2272#endif
    22672273#ifdef WITH_DFS
    22682274        output(screen, "   WITH_DFS\n");
     
    26132619#ifdef WITH_CIFSMOUNT
    26142620        output(screen, "   WITH_CIFSMOUNT\n");
     2621#endif
     2622#ifdef WITH_CIFSUPCALL
     2623        output(screen, "   WITH_CIFSUPCALL\n");
    26152624#endif
    26162625#ifdef WITH_DFS
Note: See TracChangeset for help on using the changeset viewer.