Niotso  git revision 558726a9f13d7c3423a683dd2f4323589b66c310
The New Implementation of The Sims Online
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
config.h
Go to the documentation of this file.
1 /* config.h - far build configuration */
2 
3 /* Define if you have the <stdint.h> header file. */
4 #define HAVE_STDINT_H
5 
6 /* compile-in support */
7 #define FAR_ARCHIVEREAD
8 #define FAR_ARCHIVEWRITE
9 #define FAR_REFPACK_DECOMPRESS
10 #define FAR_REFPACK_COMPRESS
11 #define FAR_SUPPORT_FAR
12 #define FAR_SUPPORT_DBPF
13 #define FAR_SUPPORT_PERSIST
14 #define FAR_DEBUGSUPPORT
15 #define FAR_FILEIO
16 #define FAR_EMBEDDEDFUNCTIONS
17 /* end of compile-in support */
18 
19 /* preferences -- on non-numerical definitions, define to 1 for "yes", 0 for "no" */
20 #define FAR_DEFAULT_1A 0
21 #define FAR_DEFAULT_DBPF_COMPRESSED 0
22 #define FAR_DEFAULT_MAX_FILE_NAME_LENGTH 255
23 #define FAR_DEFAULT_REFPACK_HNSV 0xFB
24 /* end of default preferences */