#include <unistd.h>#include <stdio.h>#include <errno.h>#include <screen.h>#include <limits.h>#include <signal.h>#include <stdbool.h>#include <stdlib.h>#include <sys/types.h>#include <time.h>#include <sys/time.h>#include <pthread.h>#include <termios.h>Go to the source code of this file.
Defines | |
| #define | HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 |
| #define | HAVE_PTHREAD_SIGMASK 1 |
| #define | HAVE_PTHREAD_YIELD_ZERO_ARG 1 |
| #define | HAVE_BROKEN_REALPATH 1 |
| #define | HAVE_COMPRESS |
| #define | USE_OLD_FUNCTIONS 1 |
| #define | FN_NO_CASE_SENCE 1 |
| #define | DONT_USE_THR_ALARM 1 |
| #define | SIGNALS_DONT_BREAK_READ 1 |
| #define | SIGNAL_WITH_VIO_CLOSE 1 |
| #define | STACK_DIRECTION -1 |
| #define | CANT_DELETE_OPEN_FILES 1 |
| #define | DEFAULT_MYSQL_HOME "sys:/mysql" |
| #define | PACKAGE "mysql" |
| #define | DEFAULT_BASEDIR "sys:/" |
| #define | SHAREDIR "share/" |
| #define | DEFAULT_CHARSET_HOME "sys:/mysql/" |
| #define | DATADIR "data/" |
| #define | SIZEOF_OFF_T 8 |
| #define | off_t off64_t |
| #define | chsize chsize64 |
| #define | ftruncate ftruncate64 |
| #define | lseek lseek64 |
| #define | pread pread64 |
| #define | pwrite pwrite64 |
| #define | tell tell64 |
| #define | _POSIX_SOURCE |
| #define | set_timespec(ABSTIME, SEC) { (ABSTIME).tv_sec=time(NULL)+(SEC); (ABSTIME).tv_nsec=0; } |
| #define | NETWARE_YIELD kYieldIfTimeSliceUp() |
| #define | NETWARE_SET_SCREEN_MODE(A) setscreenmode(A) |
Functions | |
| void | kYieldIfTimeSliceUp (void) |
|
|
Definition at line 104 of file config-netware.h. |
|
|
Definition at line 83 of file config-netware.h. |
|
|
Definition at line 96 of file config-netware.h. |
|
|
Definition at line 91 of file config-netware.h. |
|
|
Definition at line 88 of file config-netware.h. |
|
|
Definition at line 90 of file config-netware.h. |
|
|
Definition at line 86 of file config-netware.h. |
|
|
Definition at line 71 of file config-netware.h. |
|
|
Definition at line 68 of file config-netware.h. |
|
|
Definition at line 97 of file config-netware.h. |
|
|
Definition at line 51 of file config-netware.h. |
|
|
Definition at line 62 of file config-netware.h. |
|
|
Definition at line 48 of file config-netware.h. |
|
|
Definition at line 49 of file config-netware.h. |
|
|
Definition at line 50 of file config-netware.h. |
|
|
Definition at line 98 of file config-netware.h. Referenced by fw_kcopy(). |
|
|
Definition at line 116 of file config-netware.h. |
|
|
Definition at line 114 of file config-netware.h. |
|
|
Definition at line 95 of file config-netware.h. |
|
|
Definition at line 87 of file config-netware.h. |
|
|
Definition at line 99 of file config-netware.h. |
|
|
Definition at line 100 of file config-netware.h. |
|
|
Definition at line 111 of file config-netware.h. |
|
|
Definition at line 89 of file config-netware.h. |
|
|
Definition at line 77 of file config-netware.h. |
|
|
Definition at line 74 of file config-netware.h. |
|
|
Definition at line 94 of file config-netware.h. |
|
|
Definition at line 80 of file config-netware.h. |
|
|
Definition at line 101 of file config-netware.h. |
|
|
Definition at line 65 of file config-netware.h. |
|
|
|
1.4.2