 |
Hamlib
4.7~git
|
14 #define ABI_VERSION_MAJOR 4
17 #define ABI_VERSION_MINOR 6
20 #define ABI_VERSION_PATCH 0
35 #define HAVE_ALLOCA_H 1
38 #define HAVE_ARPA_INET_H 1
41 #define HAVE_CFMAKERAW 1
48 #define HAVE_DECL_GAI_STRERROR 1
55 #define HAVE_DLFCN_H 1
58 #define HAVE_ERRNO_H 1
61 #define HAVE_FCNTL_H 1
70 #define HAVE_GETADDRINFO 1
76 #define HAVE_GETOPT_H 1
79 #define HAVE_GETOPT_LONG 1
82 #define HAVE_GETPAGESIZE 1
85 #define HAVE_GETTIMEOFDAY 1
97 #define HAVE_INET_NTOA 1
100 #define HAVE_INTTYPES_H 1
118 #define HAVE_LIBUSB 1
121 #define HAVE_LIBUSB_1_0_LIBUSB_H 1
127 #define HAVE_LIMITS_H 1
130 #define HAVE_LINUX_HIDRAW_H 1
133 #define HAVE_LINUX_IOCTL_H 1
136 #define HAVE_LINUX_PARPORT_H 1
139 #define HAVE_LINUX_PPDEV_H 1
142 #define HAVE_LOCALE_H 1
154 #define HAVE_MALLOC_H 1
157 #define HAVE_MEMCHR 1
160 #define HAVE_MEMMOVE 1
163 #define HAVE_MEMORY_H 1
166 #define HAVE_MEMSET 1
169 #define HAVE_NANOSLEEP 1
172 #define HAVE_NETDB_H 1
175 #define HAVE_NETINET_IN_H 1
178 #define HAVE_PARALLEL 1
184 #define HAVE_PTHREAD 1
187 #define HAVE_PTHREAD_H 1
190 #define HAVE_PTHREAD_PRIO_INHERIT 1
193 #define HAVE_PYTHON "3.9"
211 #define HAVE_SELECT 1
214 #define HAVE_SETITIMER 1
217 #define HAVE_SETLOCALE 1
220 #define HAVE_SGTTY_H 1
223 #define HAVE_SIGACTION 1
226 #define HAVE_SIGINFO_T 1
229 #define HAVE_SIGNAL 1
232 #define HAVE_SIG_ATOMIC_T 1
238 #define HAVE_SNPRINTF 1
241 #define HAVE_SOCKET 1
244 #define HAVE_SOCKETPAIR 1
250 #define HAVE_SSIZE_T 1
256 #define HAVE_STDDEF_H 1
259 #define HAVE_STDINT_H 1
262 #define HAVE_STDLIB_H 1
265 #define HAVE_STRCHR 1
268 #define HAVE_STRDUP 1
271 #define HAVE_STRERROR 1
274 #define HAVE_STRINGS_H 1
277 #define HAVE_STRING_H 1
280 #define HAVE_STRNCASECMP 1
283 #define HAVE_STRRCHR 1
286 #define HAVE_STRSTR 1
289 #define HAVE_STRTOL 1
292 #define HAVE_STRUCT_ADDRINFO 1
295 #define HAVE_STRUCT_TIMEZONE 1
301 #define HAVE_SYS_IOCTL_H 1
304 #define HAVE_SYS_PARAM_H 1
307 #define HAVE_SYS_SELECT_H 1
310 #define HAVE_SYS_SOCKET_H 1
313 #define HAVE_SYS_STAT_H 1
316 #define HAVE_SYS_TIME_H 1
319 #define HAVE_SYS_TYPES_H 1
325 #define HAVE_TERMIOS_H 1
328 #define HAVE_TERMIO_H 1
331 #define HAVE_UNISTD_H 1
334 #define HAVE_USLEEP 1
340 #define HAVE_VALUES_H 1
352 #define HAVE_WINRADIO 1
364 #define LT_OBJDIR ".libs/"
370 #define PACKAGE "hamlib"
373 #define PACKAGE_BUGREPORT "hamlib-developer@lists.sourceforge.net"
376 #define PACKAGE_NAME "Hamlib"
379 #define PACKAGE_STRING "Hamlib 4.7~git"
382 #define PACKAGE_TARNAME "hamlib"
385 #define PACKAGE_URL "http://www.hamlib.org"
388 #define PACKAGE_VERSION "4.7~git"
403 #define STDC_HEADERS 1
407 # define _ALL_SOURCE 1
411 # define _GNU_SOURCE 1
414 #ifndef _POSIX_PTHREAD_SEMANTICS
415 # define _POSIX_PTHREAD_SEMANTICS 1
418 #ifndef _TANDEM_SOURCE
419 # define _TANDEM_SOURCE 1
422 #ifndef __EXTENSIONS__
423 # define __EXTENSIONS__ 1
428 #define VERSION "4.7~git"
456 int getopt (
int argc,
char *
const argv[],
const char * optstring);
457 extern char * optarg;
458 extern int optind, opterr, optopt;
461 #ifndef HAVE_GETOPT_LONG
463 int getopt_long (
int argc,
char *
const argv[],
const char * optstring,
464 const struct option * longopts,
int * longindex);
468 int usleep(
unsigned long usec);
471 #ifndef HAVE_GETTIMEOFDAY
472 #ifdef HAVE_SYS_TIME_H
473 #include <sys/time.h>
475 #ifndef HAVE_STRUCT_TIMEZONE
481 int gettimeofday(
struct timeval *tv,
struct timezone *tz);
485 # define timersub(a, b, result) \
487 (result)->tv_sec = (a)->tv_sec - (b)->tv_sec; \
488 (result)->tv_usec = (a)->tv_usec - (b)->tv_usec; \
489 if ((result)->tv_usec < 0) { \
490 --(result)->tv_sec; \
491 (result)->tv_usec += 1000000; \
497 typedef size_t ssize_t;
511 #ifndef HAVE_STRUCT_ADDRINFO
512 #ifdef HAVE_NETINET_IN_H
513 #include <netinet/in.h>
518 #ifdef HAVE_ARPA_INET_H
519 #include <arpa/inet.h>
521 #ifdef HAVE_SYS_SOCKET_H
522 #include <sys/socket.h>
523 #elif HAVE_WS2TCPIP_H
524 #include <ws2tcpip.h>
531 socklen_t ai_addrlen;
532 struct sockaddr *ai_addr;
536 #ifndef HAVE_GETADDRINFO
538 #ifdef HAVE_NETINET_IN_H
539 #include <netinet/in.h>
544 #ifdef HAVE_ARPA_INET_H
545 #include <arpa/inet.h>
547 #ifdef HAVE_SYS_SOCKET_H
548 #include <sys/socket.h>
549 #elif HAVE_WS2TCPIP_H
550 #include <ws2tcpip.h>
554 #define AI_PASSIVE 0x0001
557 int getaddrinfo(
const char *node,
const char *service,
558 const struct addrinfo *hints,
struct addrinfo **res);
559 void freeaddrinfo(
struct addrinfo *res);
562 #if !defined(HAVE_DECL_GAI_STRERROR) && !defined(gai_strerror)
563 const char *gai_strerror(
int errcode);