 |
Hamlib 4.5
|
Loading...
Searching...
No Matches
20#define HAVE_ALLOCA_H 1
23#define HAVE_ARPA_INET_H 1
26#define HAVE_CFMAKERAW 1
33#define HAVE_DECL_GAI_STRERROR 1
55#define HAVE_GETADDRINFO 1
61#define HAVE_GETOPT_H 1
64#define HAVE_GETOPT_LONG 1
67#define HAVE_GETPAGESIZE 1
70#define HAVE_GETTIMEOFDAY 1
82#define HAVE_INET_NTOA 1
85#define HAVE_INTTYPES_H 1
106#define HAVE_LIBUSB_1_0_LIBUSB_H 1
112#define HAVE_LIMITS_H 1
115#define HAVE_LINUX_HIDRAW_H 1
118#define HAVE_LINUX_IOCTL_H 1
121#define HAVE_LINUX_PARPORT_H 1
124#define HAVE_LINUX_PPDEV_H 1
127#define HAVE_LOCALE_H 1
139#define HAVE_MALLOC_H 1
145#define HAVE_MEMMOVE 1
154#define HAVE_NANOSLEEP 1
157#define HAVE_NETDB_H 1
160#define HAVE_NETINET_IN_H 1
166#define HAVE_PTHREAD 1
169#define HAVE_PTHREAD_H 1
172#define HAVE_PTHREAD_PRIO_INHERIT 1
175#define HAVE_PYTHON "3.11"
196#define HAVE_SETITIMER 1
199#define HAVE_SETLOCALE 1
202#define HAVE_SGTTY_H 1
205#define HAVE_SIGACTION 1
208#define HAVE_SIGINFO_T 1
214#define HAVE_SIG_ATOMIC_T 1
220#define HAVE_SNPRINTF 1
226#define HAVE_SOCKETPAIR 1
232#define HAVE_SSIZE_T 1
238#define HAVE_STDDEF_H 1
241#define HAVE_STDINT_H 1
244#define HAVE_STDIO_H 1
247#define HAVE_STDLIB_H 1
256#define HAVE_STRERROR 1
259#define HAVE_STRINGS_H 1
262#define HAVE_STRING_H 1
265#define HAVE_STRNCASECMP 1
268#define HAVE_STRRCHR 1
277#define HAVE_STRUCT_ADDRINFO 1
280#define HAVE_STRUCT_TIMEZONE 1
286#define HAVE_SYS_IOCTL_H 1
289#define HAVE_SYS_PARAM_H 1
292#define HAVE_SYS_SELECT_H 1
295#define HAVE_SYS_SOCKET_H 1
298#define HAVE_SYS_STAT_H 1
301#define HAVE_SYS_TIME_H 1
304#define HAVE_SYS_TYPES_H 1
310#define HAVE_TERMIOS_H 1
313#define HAVE_TERMIO_H 1
316#define HAVE_UNISTD_H 1
325#define HAVE_VALUES_H 1
328#define HAVE_WCHAR_H 1
340#define HAVE_WINRADIO 1
352#define LT_OBJDIR ".libs/"
358#define PACKAGE "hamlib"
361#define PACKAGE_BUGREPORT "hamlib-developer@lists.sourceforge.net"
364#define PACKAGE_NAME "Hamlib"
367#define PACKAGE_STRING "Hamlib 4.5"
370#define PACKAGE_TARNAME "hamlib"
373#define PACKAGE_URL "http://www.hamlib.org"
376#define PACKAGE_VERSION "4.5"
393#define STDC_HEADERS 1
397# define _ALL_SOURCE 1
400#ifndef _DARWIN_C_SOURCE
401# define _DARWIN_C_SOURCE 1
404#ifndef __EXTENSIONS__
405# define __EXTENSIONS__ 1
409# define _GNU_SOURCE 1
413#ifndef _HPUX_ALT_XOPEN_SOCKET_API
414# define _HPUX_ALT_XOPEN_SOCKET_API 1
424#ifndef _NETBSD_SOURCE
425# define _NETBSD_SOURCE 1
429#ifndef _OPENBSD_SOURCE
430# define _OPENBSD_SOURCE 1
437#ifndef _POSIX_1_SOURCE
441#ifndef _POSIX_PTHREAD_SEMANTICS
442# define _POSIX_PTHREAD_SEMANTICS 1
445#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
446# define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
449#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
450# define __STDC_WANT_IEC_60559_BFP_EXT__ 1
453#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
454# define __STDC_WANT_IEC_60559_DFP_EXT__ 1
457#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
458# define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
461#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
462# define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
465#ifndef __STDC_WANT_LIB_EXT2__
466# define __STDC_WANT_LIB_EXT2__ 1
469#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
470# define __STDC_WANT_MATH_SPEC_FUNCS__ 1
473#ifndef _TANDEM_SOURCE
474# define _TANDEM_SOURCE 1
502int getopt (
int argc,
char *
const argv[],
const char * optstring);
504extern int optind, opterr, optopt;
507#ifndef HAVE_GETOPT_LONG
509int getopt_long (
int argc,
char *
const argv[],
const char * optstring,
510 const struct option * longopts,
int * longindex);
514int usleep(
unsigned long usec);
517#ifndef HAVE_GETTIMEOFDAY
518#ifdef HAVE_SYS_TIME_H
521#ifndef HAVE_STRUCT_TIMEZONE
527int gettimeofday(
struct timeval *tv,
struct timezone *tz);
531# define timersub(a, b, result) \
533 (result)->tv_sec = (a)->tv_sec - (b)->tv_sec; \
534 (result)->tv_usec = (a)->tv_usec - (b)->tv_usec; \
535 if ((result)->tv_usec < 0) { \
536 --(result)->tv_sec; \
537 (result)->tv_usec += 1000000; \
543typedef size_t ssize_t;
557#ifndef HAVE_STRUCT_ADDRINFO
558#ifdef HAVE_NETINET_IN_H
559#include <netinet/in.h>
564#ifdef HAVE_ARPA_INET_H
565#include <arpa/inet.h>
567#ifdef HAVE_SYS_SOCKET_H
568#include <sys/socket.h>
577 socklen_t ai_addrlen;
578 struct sockaddr *ai_addr;
582#ifndef HAVE_GETADDRINFO
584#ifdef HAVE_NETINET_IN_H
585#include <netinet/in.h>
590#ifdef HAVE_ARPA_INET_H
591#include <arpa/inet.h>
593#ifdef HAVE_SYS_SOCKET_H
594#include <sys/socket.h>
600#define AI_PASSIVE 0x0001
603int getaddrinfo(
const char *node,
const char *service,
604 const struct addrinfo *hints,
struct addrinfo **res);
605void freeaddrinfo(
struct addrinfo *res);
608#if !defined(HAVE_DECL_GAI_STRERROR) && !defined(gai_strerror)
609const char *gai_strerror(
int errcode);