#include "platform.h"
#include "libunix.h"
Go to the source code of this file.
Defines | |
#define | CLUA_MAX_MEMORY_USE (2 * 1024) |
#define | COL_TO_REPLACE_DARKGREY BLUE |
#define | USE_MORE_SECURE_SEED |
#define | USE_UNIX_SIGNALS |
#define | SIGHUP_SAVE |
#define | FILE_SEPARATOR '/' |
#define | CHARACTER_SET 0 |
#define | USE_ASCII_CHARACTERS |
#define | USE_CURSES |
#define | CURSES_USE_KEYPAD |
#define | CURSES_SET_ESCDELAY 20 |
#define | HAVE_UTIMES |
#define | REGEX_POSIX |
#define | NORETURN |
#define | TIME_FN localtime |
#define | NDEBUG |
#define | NUM_STORED_MESSAGES 1000 |
#define | IDLE_TIME_CLAMP 30 |
#define | SCORE_FILE_ENTRIES 100 |
#define | SAVE_SUFFIX ".cs" |
#define | USE_FILE_LOCKING |
#define | USE_SQLITE_DBM |
#define | PROPORTIONAL_FONT "Vera.ttf" |
#define | MONOSPACED_FONT "VeraMono.ttf" |
#define CHARACTER_SET 0 |
#define CLUA_MAX_MEMORY_USE (2 * 1024) |
#define COL_TO_REPLACE_DARKGREY BLUE |
#define CURSES_SET_ESCDELAY 20 |
#define CURSES_USE_KEYPAD |
#define FILE_SEPARATOR '/' |
#define HAVE_UTIMES |
#define IDLE_TIME_CLAMP 30 |
#define MONOSPACED_FONT "VeraMono.ttf" |
#define NDEBUG |
#define NORETURN |
#define NUM_STORED_MESSAGES 1000 |
#define PROPORTIONAL_FONT "Vera.ttf" |
#define REGEX_POSIX |
#define SAVE_SUFFIX ".cs" |
#define SCORE_FILE_ENTRIES 100 |
#define SIGHUP_SAVE |
#define TIME_FN localtime |
#define USE_ASCII_CHARACTERS |
#define USE_CURSES |
#define USE_FILE_LOCKING |
#define USE_MORE_SECURE_SEED |
#define USE_SQLITE_DBM |
#define USE_UNIX_SIGNALS |