# 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')) # # + USE_HOST_ICON provides automatic aufs ICON selection on supported hosts # define(`specialcflags',concat(specialcflags,` -DUSE_HOST_ICON')) # # + PERMISSIVE_USER_NAME allows AUFS users to have their real name in Chooser # define(`specialcflags',concat(specialcflags,` -DPERMISSIVE_USER_NAME')) # # + ULTRIX_SECURITY adds ULTRIX enhanced security to aufs # define(`specialcflags',concat(specialcflags,` -DULTRIX_SECURITY')) # # + USE_MAC_DATES maintains Mac Create/Modify dates on file copy # define(`specialcflags',concat(specialcflags,` -DUSE_MAC_DATES')) # # + DEV_NIT specifies alternate NIT device name (default "/dev/nit") # define(`specialcflags',concat(specialcflags,` -DDEV_NIT=\"/dev/nit\"')) # # + APPLICATION_MANAGER control the use of designated applications # define(`specialcflags',concat(specialcflags,` -DAPPLICATION_MANAGER')) #