You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
559 B
C
32 lines
559 B
C
|
|
/* Standard settings for Unix platforms. */
|
|
/* Used by sconfig.h for known architectures. */
|
|
|
|
#define SYSTEM_TYPE_NAME "unix"
|
|
#define UNIX_FILE_SYSTEM
|
|
|
|
#define TIME_SYNTAX
|
|
#define PROCESS_FUNCTION
|
|
#define DIR_FUNCTION
|
|
#define GETENV_FUNCTION
|
|
|
|
#define HAS_STANDARD_IOB
|
|
#define FILES_HAVE_FDS
|
|
#define USE_UNIX_SOCKETS_TCP
|
|
|
|
#define UNIX_PROCESSES
|
|
|
|
#define EXPAND_FILENAME_TILDE
|
|
|
|
#define DO_STACK_CHECK
|
|
#define UNIX_FIND_STACK_BOUNDS
|
|
#define STACK_SAFETY_MARGIN 50000
|
|
|
|
#define UNIX_DYNAMIC_LOAD
|
|
|
|
#define UNISTD_INCLUDE
|
|
#define USE_FCHDIR
|
|
|
|
#define USE_GETRUSAGE
|
|
|