# m4.features # # This file is used to determine the default set of additional features # that will be incorporated into CAP. These features have been contributed # by many people throughout the network community. # # Necessary preamble - please don't alter define(`concat',$1$2$3$4$5$6$7$8$9) define(`specialcflags',`') # # To change the feature set, simply uncomment the wanted defines(). # The Configure file will then use the customised version. For more details, # (especially regarding performance) refer to the file 'CAP60.README' # # + SHORT_NAMES adds short name support to AUFS for AppleShare PC. # define(`specialcflags',concat(specialcflags,` -DSHORT_NAMES')) # # + NOCASEMATCH removes UNIX case sensitivity in AUFS (like Macs). # define(`specialcflags',concat(specialcflags,` -DNOCASEMATCH')) # # + SIZESERVER adds a daemon per AUFS server process for volume size info. # define(`specialcflags',concat(specialcflags,` -DSIZESERVER')) # # + LWSRV_AUFS_SECURITY provides printer security based on AUFS connection. # define(`specialcflags',concat(specialcflags,` -DLWSRV_AUFS_SECURITY')) # # + LWSRV_LPR_LOG causes stdout/stderr lpr output to be included in lwsrv log # define(`specialcflags',concat(specialcflags,` -DLWSRV_LPR_LOG')) # # + AUTHENTICATE turn on alternate AUFS/LWSRV authentication method # define(`specialcflags',concat(specialcflags,` -DAUTHENTICATE')) # # + STAT_CACHE causes critical AUFS stat() calls to be cached. # define(`specialcflags',concat(specialcflags,` -DSTAT_CACHE')) # # + TREL_TIMEOUT causes an extra TREL timeout listener to run to avoid timeouts # define(`specialcflags',concat(specialcflags,` -DTREL_TIMEOUT')) # # + RUTGERS includes local modifications for Rutgers University # define(`specialcflags',concat(specialcflags,` -DRUTGERS')) # # + MELBOURNE includes local modifications for Melbourne University # define(`specialcflags',concat(specialcflags,` -DMELBOURNE')) #