64
60
unsigned char *sf_min_adress= (unsigned char*) ~(unsigned long) 0L,
65
61
*sf_max_adress= (unsigned char*) 0L;
66
62
/* Root of the linked list of struct st_irem */
70
66
int volatile my_have_got_alarm=0; /* declare variable to reset */
71
67
uint32_t my_time_to_wait_for_lock=2; /* In seconds */
73
73
/* How to disable options */
74
74
bool my_disable_async_io= true;
75
75
bool my_disable_flush_key_blocks=0;
76
76
bool my_disable_symlinks=0;
77
77
bool mysys_uses_curses=0;