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