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