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