picrin/lib/include/picconf.h

27 lines
418 B
C
Raw Normal View History

2014-08-25 00:38:09 -04:00
/**
* See Copyright Notice in picrin.h
*/
2017-04-14 12:33:18 -04:00
/**
* enable libc
*/
/* When PIC_USE_LIBC=0, users must supply panicf which never returns. */
2016-02-22 14:37:58 -05:00
/* #define PIC_USE_LIBC 1 */
2015-05-27 12:55:55 -04:00
2017-04-14 12:33:18 -04:00
/**
* enable specific features
*/
/* #define PIC_USE_CALLCC 1 */
/* #define PIC_USE_READ 1 */
2016-02-22 14:37:58 -05:00
/* #define PIC_USE_WRITE 1 */
2017-04-04 06:00:37 -04:00
/* #define PIC_USE_EVAL 1 */
/* #define PIC_USE_FILE 1 */
2015-06-19 01:03:52 -04:00
2017-04-14 12:33:18 -04:00
/**
* I/O configuration
*/
2016-06-19 15:49:01 -04:00
/* #define PIC_BUFSIZ 1024 */