Ignore:
Timestamp:
May 24, 2009, 7:51:24 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 branch to 3.3.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/include/config.h.in

    r222 r223  
    201201/* Define to 1 if you have the <attr/xattr.h> header file. */
    202202#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
    203212
    204213/* Define to 1 if you have the `backtrace_symbols' function. */
     
    10831092/* Define to 1 if you have the `asn1' library (-lasn1). */
    10841093#undef HAVE_LIBASN1
     1094
     1095/* Define to 1 if you have the `avahi-client' library (-lavahi-client). */
     1096#undef HAVE_LIBAVAHI_CLIENT
    10851097
    10861098/* Define to 1 if you have the `com_err' library (-lcom_err). */
     
    27902802#undef WITH_AUTOMOUNT
    27912803
     2804/* Whether to enable avahi support */
     2805#undef WITH_AVAHI_SUPPORT
     2806
    27922807/* Whether to build mount.cifs and umount.cifs */
    27932808#undef WITH_CIFSMOUNT
     
    31893204#undef vfs_default_quota_init
    31903205
     3206/* Whether to build vfs_dirsort as shared module */
     3207#undef vfs_dirsort_init
     3208
    31913209/* Whether to build vfs_expand_msdfs as shared module */
    31923210#undef vfs_expand_msdfs_init
Note: See TracChangeset for help on using the changeset viewer.