Changeset 165 for branches/samba-3.0/source/smbd/build_options.c
- Timestamp:
- Mar 11, 2009, 9:14:55 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/smbd/build_options.c
r124 r165 345 345 output(screen, " HAVE_INTTYPES_H\n"); 346 346 #endif 347 #ifdef HAVE_KEYUTILS_H 348 output(screen, " HAVE_KEYUTILS_H\n"); 349 #endif 347 350 #ifdef HAVE_KRB5_H 348 351 output(screen, " HAVE_KRB5_H\n"); … … 2265 2268 output(screen, " WITH_CIFSMOUNT\n"); 2266 2269 #endif 2270 #ifdef WITH_CIFSUPCALL 2271 output(screen, " WITH_CIFSUPCALL\n"); 2272 #endif 2267 2273 #ifdef WITH_DFS 2268 2274 output(screen, " WITH_DFS\n"); … … 2613 2619 #ifdef WITH_CIFSMOUNT 2614 2620 output(screen, " WITH_CIFSMOUNT\n"); 2621 #endif 2622 #ifdef WITH_CIFSUPCALL 2623 output(screen, " WITH_CIFSUPCALL\n"); 2615 2624 #endif 2616 2625 #ifdef WITH_DFS
Note:
See TracChangeset
for help on using the changeset viewer.