Usermode/libc #6 Fix string.h functions, add some more unit tests
[tpg/acess2.git] / Usermode / Libraries / libc.so_src / config.h
1 /*
2  * AcessOS Standard C Library
3  * CONFIG.H
4  * Configuration Options
5  */
6 #ifndef _CONFIG_H
7 # define _CONFIG_H
8
9 // -- COMMON --
10 #define _LIBC_BUILD     1
11 #define DEBUG_BUILD     0
12
13 // -- STDIO --
14 #define STDIO_MAX_STREAMS       64
15 #define STDIO_LOCAL_BUFFER      0
16
17 #endif

UCC git Repository :: git.ucc.asn.au