Changeset 223 for branches/samba-3.3.x/source/include/config.h.in
- Timestamp:
- May 24, 2009, 7:51:24 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/include/config.h.in
r222 r223 201 201 /* Define to 1 if you have the <attr/xattr.h> header file. */ 202 202 #undef HAVE_ATTR_XATTR_H 203 204 /* Define to 1 if you have the <avahi-client/client.h> header file. */ 205 #undef HAVE_AVAHI_CLIENT_CLIENT_H 206 207 /* Define to 1 if you have the `avahi_client_new' function. */ 208 #undef HAVE_AVAHI_CLIENT_NEW 209 210 /* Define to 1 if you have the <avahi-common/watch.h> header file. */ 211 #undef HAVE_AVAHI_COMMON_WATCH_H 203 212 204 213 /* Define to 1 if you have the `backtrace_symbols' function. */ … … 1083 1092 /* Define to 1 if you have the `asn1' library (-lasn1). */ 1084 1093 #undef HAVE_LIBASN1 1094 1095 /* Define to 1 if you have the `avahi-client' library (-lavahi-client). */ 1096 #undef HAVE_LIBAVAHI_CLIENT 1085 1097 1086 1098 /* Define to 1 if you have the `com_err' library (-lcom_err). */ … … 2790 2802 #undef WITH_AUTOMOUNT 2791 2803 2804 /* Whether to enable avahi support */ 2805 #undef WITH_AVAHI_SUPPORT 2806 2792 2807 /* Whether to build mount.cifs and umount.cifs */ 2793 2808 #undef WITH_CIFSMOUNT … … 3189 3204 #undef vfs_default_quota_init 3190 3205 3206 /* Whether to build vfs_dirsort as shared module */ 3207 #undef vfs_dirsort_init 3208 3191 3209 /* Whether to build vfs_expand_msdfs as shared module */ 3192 3210 #undef vfs_expand_msdfs_init
Note:
See TracChangeset
for help on using the changeset viewer.