2012-10-27 23:45:56 -05:00
|
|
|
/* config.h - far build configuration */
|
2012-05-21 23:27:44 -05:00
|
|
|
|
|
|
|
/* Define if you have the <stdint.h> header file. */
|
|
|
|
#define HAVE_STDINT_H
|
|
|
|
|
|
|
|
/* compile-in support */
|
2012-10-27 23:45:56 -05:00
|
|
|
#define FAR_ARCHIVEREAD
|
|
|
|
#define FAR_ARCHIVEWRITE
|
|
|
|
#define FAR_REFPACK_DECOMPRESS
|
|
|
|
#define FAR_REFPACK_COMPRESS
|
|
|
|
#define FAR_SUPPORT_FAR
|
|
|
|
#define FAR_SUPPORT_DBPF
|
|
|
|
#define FAR_SUPPORT_PERSIST
|
|
|
|
#define FAR_DEBUGSUPPORT
|
|
|
|
#define FAR_FILEIO
|
|
|
|
#define FAR_EMBEDDEDFUNCTIONS
|
2012-05-21 23:27:44 -05:00
|
|
|
/* end of compile-in support */
|
|
|
|
|
2012-10-27 23:45:56 -05:00
|
|
|
/* preferences -- on non-numerical definitions, define to 1 for "yes", 0 for "no" */
|
|
|
|
#define FAR_DEFAULT_1A 0
|
|
|
|
#define FAR_DEFAULT_DBPF_COMPRESSED 0
|
|
|
|
#define FAR_DEFAULT_MAX_FILE_NAME_LENGTH 255
|
|
|
|
#define FAR_DEFAULT_REFPACK_HNSV 0xFB
|
2012-05-21 23:27:44 -05:00
|
|
|
/* end of default preferences */
|