Changeset 124 for branches/samba-3.0/source/smbd/build_options.c
- Timestamp:
- Mar 12, 2008, 9:08:18 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/smbd/build_options.c
r62 r124 492 492 output(screen, " HAVE_STRING_H\n"); 493 493 #endif 494 #ifdef HAVE_STROPTS_H 495 output(screen, " HAVE_STROPTS_H\n"); 496 #endif 494 497 #ifdef HAVE_SYSCALL_H 495 498 output(screen, " HAVE_SYSCALL_H\n"); … … 1124 1127 output(screen, " HAVE_INOTIFY\n"); 1125 1128 #endif 1129 #ifdef HAVE_INOTIFY_INIT 1130 output(screen, " HAVE_INOTIFY_INIT\n"); 1131 #endif 1126 1132 #ifdef HAVE_IPRINT 1127 1133 output(screen, " HAVE_IPRINT\n"); … … 1265 1271 output(screen, " HAVE_KRB5_PRINCIPAL_GET_COMP_STRING\n"); 1266 1272 #endif 1273 #ifdef HAVE_KRB5_PRINCIPAL_GET_REALM 1274 output(screen, " HAVE_KRB5_PRINCIPAL_GET_REALM\n"); 1275 #endif 1267 1276 #ifdef HAVE_KRB5_PRINC_COMPONENT 1268 1277 output(screen, " HAVE_KRB5_PRINC_COMPONENT\n"); 1269 1278 #endif 1279 #ifdef HAVE_KRB5_PRINC_REALM 1280 output(screen, " HAVE_KRB5_PRINC_REALM\n"); 1281 #endif 1270 1282 #ifdef HAVE_KRB5_PRINC_SIZE 1271 1283 output(screen, " HAVE_KRB5_PRINC_SIZE\n"); … … 1303 1315 #ifdef HAVE_KV5M_KEYTAB 1304 1316 output(screen, " HAVE_KV5M_KEYTAB\n"); 1317 #endif 1318 #ifdef HAVE_LBER_LOG_PRINT_FN 1319 output(screen, " HAVE_LBER_LOG_PRINT_FN\n"); 1305 1320 #endif 1306 1321 #ifdef HAVE_LDAP … … 2434 2449 output(screen, " REPLACE_GETPASS\n"); 2435 2450 #endif 2451 #ifdef REPLACE_GETPASS_BY_GETPASSPHRASE 2452 output(screen, " REPLACE_GETPASS_BY_GETPASSPHRASE\n"); 2453 #endif 2436 2454 #ifdef REPLACE_INET_NTOA 2437 2455 output(screen, " REPLACE_INET_NTOA\n"); … … 2946 2964 #ifdef vfs_netatalk_init 2947 2965 output(screen, " vfs_netatalk_init\n"); 2966 #endif 2967 #ifdef vfs_notify_fam_init 2968 output(screen, " vfs_notify_fam_init\n"); 2948 2969 #endif 2949 2970 #ifdef vfs_posixacl_init
Note:
See TracChangeset
for help on using the changeset viewer.