home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Utilities / vmount-0.6a-I / src / config.make < prev    next >
Encoding:
Text File  |  1996-11-17  |  699 b   |  26 lines

  1. # This file is included by the toplevel Makefile.
  2. # It is also used to generate autoconf.h by mklinks.sh
  3. #
  4. # Active configurations should be of the form
  5. # CONFIG_XXX   =y
  6. # (without the remark sign, of course).
  7. # Inactive configuration should be disabled by remarking them (and not by
  8. # setting the value to 'n').
  9. # There must be at least one whitespace character after the configuration name!
  10.  
  11. CONFIG_EXT_FS        =y
  12. CONFIG_EXT2_FS        =y
  13. CONFIG_XIA_FS        =y
  14. CONFIG_MINIX_FS        =y
  15. CONFIG_UMSDOS_FS    =y
  16. CONFIG_FAT_FS        =y
  17. CONFIG_MSDOS_FS        =y
  18. CONFIG_VFAT_FS        =y
  19. #CONFIG_SMB_FS        =y
  20. #CONFIG_NCP_FS        =y
  21. CONFIG_ISO9660_FS    =y
  22. CONFIG_SYSV_FS        =y
  23. CONFIG_HPFS_FS        =y
  24. CONFIG_AFFS_FS        =y
  25. CONFIG_UFS_FS        =y
  26. CONFIG_NTFS_FS        =y