+#define        _USE_READ       1       /* 1:Enable pf_read() */
+
+#define        _USE_DIR        0       /* 1:Enable pf_opendir() and pf_readdir() */
+
+#define        _USE_LSEEK      0       /* 1:Enable pf_lseek() */
+
+#define        _USE_WRITE      0       /* 1:Enable pf_write() */
+
+#define _FS_FAT12      1       /* 1:Enable FAT12 support */
+#define _FS_FAT32      0       /* 1:Enable FAT32 support */
+
+
+#define        _CODE_PAGE      1
+/* Defines which code page is used for path name. Supported code pages are:
+/  932, 936, 949, 950, 437, 720, 737, 775, 850, 852, 855, 857, 858, 862, 866,
+/  874, 1250, 1251, 1252, 1253, 1254, 1255, 1257, 1258 and 1 (ASCII only).
+/  SBCS code pages except for 1 requiers a case conversion table. This
+/  might occupy 128 bytes on the RAM on some platforms, e.g. avr-gcc. */
+
+