pull/978/head
Mike Goodey 2022-03-06 15:16:17 +00:00
commit 0f84d70cac
4 zmienionych plików z 3 dodań i 4 usunięć

Wyświetl plik

@ -80,7 +80,6 @@ AM_CPPFLAGS="${AM_CPPFLAGS} -I\$(top_srcdir)/include -I\$(top_srcdir)/src -I\$(t
dnl Checks for programs.
AC_PROG_CC
AC_PROG_CC_STDC
AC_PROG_CXX
AC_PROG_CPP
AC_PROG_AWK

Wyświetl plik

@ -33,7 +33,7 @@
#ifdef _WIN32
#include <windows.h>
#include <Wincrypt.h>
#include <wincrypt.h>
#else
#include <unistd.h>
#include <stdlib.h>

Wyświetl plik

@ -21,7 +21,7 @@
*/
#include <stdio.h>
#include <iconv.h>
//#include <iconv.h>
//#include <langinfo.h>
#include <errno.h>
#include "password.h"

Wyświetl plik

@ -94,7 +94,7 @@ static const struct confparams frontend_cfg_params[] =
{
TOK_PTT_TYPE, "ptt_type", "PTT type",
"Push-To-Talk interface type override",
"RIG", RIG_CONF_COMBO, { .c = {{ "RIG", "DTR", "RTS", "Parallel", "CM108", "GPIO", "GPION", "None", NULL }} }
"RIG", RIG_CONF_COMBO, { .c = {{ "RIG", "RIGMICDATA", "DTR", "RTS", "Parallel", "CM108", "GPIO", "GPION", "None", NULL }} }
},
{
TOK_PTT_PATHNAME, "ptt_pathname", "PTT path name",