mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-07-09 16:10:31 -04:00
zTSO
- Added libraries from formats and libvitaboy
This commit is contained in:
parent
66ce473514
commit
5efdb29315
101 changed files with 11711 additions and 10889 deletions
24
library/formats/far/config.h
Normal file
24
library/formats/far/config.h
Normal file
|
@ -0,0 +1,24 @@
|
|||
/* config.h - far build configuration */
|
||||
|
||||
/* Define if you have the <stdint.h> header file. */
|
||||
#define HAVE_STDINT_H
|
||||
|
||||
/* compile-in support */
|
||||
#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
|
||||
/* end of compile-in support */
|
||||
|
||||
/* 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
|
||||
/* end of default preferences */
|
Loading…
Add table
Add a link
Reference in a new issue