kopia lustrzana https://github.com/Hamlib/Hamlib
Fix mingw32 build
rodzic
0d304ecf53
commit
c437bbc4d1
|
@ -99,10 +99,10 @@ static pthread_mutex_t amp_mutex = PTHREAD_MUTEX_INITIALIZER;
|
||||||
#define ARG_OUT (ARG_OUT1|ARG_OUT2|ARG_OUT3|ARG_OUT4)
|
#define ARG_OUT (ARG_OUT1|ARG_OUT2|ARG_OUT3|ARG_OUT4)
|
||||||
|
|
||||||
/* variables for readline support */
|
/* variables for readline support */
|
||||||
#ifdef HAVE_LIBREADLINE
|
|
||||||
static char *input_line = (char *)NULL;
|
static char *input_line = (char *)NULL;
|
||||||
static char *result = (char *)NULL;
|
static char *result = (char *)NULL;
|
||||||
static char *parsed_input[sizeof(char *) * 7];
|
static char *parsed_input[sizeof(char *) * 7];
|
||||||
|
#ifdef HAVE_LIBREADLINE
|
||||||
static const int have_rl = 1;
|
static const int have_rl = 1;
|
||||||
|
|
||||||
#ifdef HAVE_READLINE_HISTORY
|
#ifdef HAVE_READLINE_HISTORY
|
||||||
|
|
|
@ -95,10 +95,10 @@ extern int read_history();
|
||||||
#define ARG_OUT (ARG_OUT1|ARG_OUT2|ARG_OUT3|ARG_OUT4)
|
#define ARG_OUT (ARG_OUT1|ARG_OUT2|ARG_OUT3|ARG_OUT4)
|
||||||
|
|
||||||
/* variables for readline support */
|
/* variables for readline support */
|
||||||
#ifdef HAVE_LIBREADLINE
|
|
||||||
static char *input_line = (char *)NULL;
|
static char *input_line = (char *)NULL;
|
||||||
static char *result = (char *)NULL;
|
static char *result = (char *)NULL;
|
||||||
static char *parsed_input[sizeof(char *) * 5];
|
static char *parsed_input[sizeof(char *) * 5];
|
||||||
|
#ifdef HAVE_LIBREADLINE
|
||||||
static const int have_rl = 1;
|
static const int have_rl = 1;
|
||||||
|
|
||||||
#ifdef HAVE_READLINE_HISTORY
|
#ifdef HAVE_READLINE_HISTORY
|
||||||
|
|
|
@ -116,9 +116,9 @@ static pthread_mutex_t rot_mutex = PTHREAD_MUTEX_INITIALIZER;
|
||||||
|
|
||||||
/* variables for readline support */
|
/* variables for readline support */
|
||||||
static char *input_line = (char *)NULL;
|
static char *input_line = (char *)NULL;
|
||||||
#ifdef HAVE_LIBREADLINE
|
|
||||||
static char *result = (char *)NULL;
|
static char *result = (char *)NULL;
|
||||||
static char *parsed_input[sizeof(char *) * 7];
|
static char *parsed_input[sizeof(char *) * 7];
|
||||||
|
#ifdef HAVE_LIBREADLINE
|
||||||
static const int have_rl = 1;
|
static const int have_rl = 1;
|
||||||
|
|
||||||
#ifdef HAVE_READLINE_HISTORY
|
#ifdef HAVE_READLINE_HISTORY
|
||||||
|
|
Ładowanie…
Reference in New Issue