Changeset 751 for trunk/server/source3/include/config.h.in
- Timestamp:
- Nov 29, 2012, 1:59:04 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/include/config.h.in
r745 r751 634 634 #undef HAVE_FSEEK64 635 635 636 /* Define to 1 if you have the `fseeko' function. */ 637 #undef HAVE_FSEEKO 638 636 639 /* Define to 1 if you have the `fseeko64' function. */ 637 640 #undef HAVE_FSEEKO64 … … 919 922 #undef HAVE_INO64_T 920 923 921 /* Whether kernel has inotify support */924 /* Whether kernel or sys has inotify support */ 922 925 #undef HAVE_INOTIFY 923 926 … … 1111 1114 #undef HAVE_KRB5_KU_OTHER_CKSUM 1112 1115 1113 /* Define to 1 if you have the `krb5_locate_kdc' function. */1114 #undef HAVE_KRB5_LOCATE_KDC1115 1116 1116 /* Define to 1 if you have the <krb5/locate_plugin.h> header file. */ 1117 1117 #undef HAVE_KRB5_LOCATE_PLUGIN_H … … 1273 1273 #undef HAVE_LIBLDAP 1274 1274 1275 /* Whether libmd5 conformant to rfc1321 is available. */ 1276 #undef HAVE_LIBMD5 1277 1275 1278 /* Define to 1 if you have the `nscd' library (-lnscd). */ 1276 1279 #undef HAVE_LIBNSCD … … 1416 1419 /* Whether the macro for makedev is available */ 1417 1420 #undef HAVE_MAKEDEV 1421 1422 /* Whether md5.h is available. */ 1423 #undef HAVE_MD5_H 1418 1424 1419 1425 /* Define to 1 if you have the `memalign' function. */ … … 3374 3380 #undef vfs_aio_fork_init 3375 3381 3382 /* Whether to build vfs_aio_pthread as shared module */ 3383 #undef vfs_aio_pthread_init 3384 3376 3385 /* Whether to build vfs_aixacl2 as shared module */ 3377 3386 #undef vfs_aixacl2_init
Note:
See TracChangeset
for help on using the changeset viewer.