Changeset 228 for branches/samba-3.2.x/source/include/config.h.in
- Timestamp:
- May 26, 2009, 9:44:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/include/config.h.in
r204 r228 308 308 #undef HAVE_CUPS 309 309 310 /* Define to 1 if you have the <cups/cups.h> header file. */ 311 #undef HAVE_CUPS_CUPS_H 312 313 /* Define to 1 if you have the <cups/language.h> header file. */ 314 #undef HAVE_CUPS_LANGUAGE_H 315 310 316 /* Whether to use the Darwin-specific initgroups system call */ 311 317 #undef HAVE_DARWIN_INITGROUPS … … 1926 1932 #undef HAVE_SYS_ID_H 1927 1933 1934 /* Define to 1 if you have the <sys/inotify.h> header file. */ 1935 #undef HAVE_SYS_INOTIFY_H 1936 1928 1937 /* Define to 1 if you have the <sys/ioctl.h> header file. */ 1929 1938 #undef HAVE_SYS_IOCTL_H … … 2650 2659 /* Whether sysconf(_SC_PAGESIZE) is available */ 2651 2660 #undef SYSCONF_SC_PAGESIZE 2661 2662 /* syslog facility to log to */ 2663 #undef SYSLOG_FACILITY 2652 2664 2653 2665 /* Whether this is a system V system */ … … 3123 3135 #undef vfs_shadow_copy_init 3124 3136 3137 /* Whether to build vfs_smb_traffic_analyzer as shared module */ 3138 #undef vfs_smb_traffic_analyzer_init 3139 3125 3140 /* Whether to build vfs_solarisacl as shared module */ 3126 3141 #undef vfs_solarisacl_init
Note:
See TracChangeset
for help on using the changeset viewer.