mirror of
https://codeberg.org/scip/udpxd.git
synced 2025-12-16 11:30:57 +01:00
101
platform.h.in
Normal file
101
platform.h.in
Normal file
@@ -0,0 +1,101 @@
|
||||
/* platform.h.in. Generated from configure.ac by autoheader. */
|
||||
|
||||
#define PACKAGE "udpxd"
|
||||
#define UDPXD_VERSION "@VERSION@"
|
||||
|
||||
#mesondefine HAVE_GETOPT
|
||||
#ifndef HAVE_GETOPT
|
||||
error "HAVE_GETOPT not defined"
|
||||
#endif
|
||||
#mesondefine HAVE_MALLOC
|
||||
#ifndef HAVE_MALLOC
|
||||
error "HAVE_MALLOC not defined"
|
||||
#endif
|
||||
#mesondefine HAVE_FPRINTF
|
||||
#ifndef HAVE_FPRINTF
|
||||
error "HAVE_FPRINTF not defined"
|
||||
#endif
|
||||
#mesondefine HAVE_STRNCPY
|
||||
#ifndef HAVE_STRNCPY
|
||||
error "HAVE_STRNCPY not defined"
|
||||
#endif
|
||||
#mesondefine HAVE_STRLEN
|
||||
#ifndef HAVE_STRLEN
|
||||
error "HAVE_STRLEN not defined"
|
||||
#endif
|
||||
#mesondefine HAVE_STRTOK
|
||||
#ifndef HAVE_STRTOK
|
||||
error "HAVE_STRTOK not defined"
|
||||
#endif
|
||||
#mesondefine HAVE_STRCHR
|
||||
#ifndef HAVE_STRCHR
|
||||
error "HAVE_STRCHR not defined"
|
||||
#endif
|
||||
#mesondefine HAVE_SIGNAL
|
||||
#ifndef HAVE_SIGNAL
|
||||
error "HAVE_SIGNAL not defined"
|
||||
#endif
|
||||
#mesondefine HAVE_SELECT
|
||||
#ifndef HAVE_SELECT
|
||||
error "HAVE_SELECT not defined"
|
||||
#endif
|
||||
#mesondefine HAVE_FREE
|
||||
#ifndef HAVE_FREE
|
||||
error "HAVE_FREE not defined"
|
||||
#endif
|
||||
#mesondefine HAVE_PERROR
|
||||
#ifndef HAVE_PERROR
|
||||
error "HAVE_PERROR not defined"
|
||||
#endif
|
||||
#mesondefine HAVE_GETSOCKNAME
|
||||
#ifndef HAVE_GETSOCKNAME
|
||||
error "HAVE_GETSOCKNAME not defined"
|
||||
#endif
|
||||
#mesondefine HAVE_SETEGID
|
||||
#ifndef HAVE_SETEGID
|
||||
error "HAVE_SETEGID not defined"
|
||||
#endif
|
||||
#mesondefine HAVE_SETEUID
|
||||
#ifndef HAVE_SETEUID
|
||||
error "HAVE_SETEUID not defined"
|
||||
#endif
|
||||
#mesondefine HAVE_SYSLOG
|
||||
#ifndef HAVE_SYSLOG
|
||||
error "HAVE_SYSLOG not defined"
|
||||
#endif
|
||||
#mesondefine HAVE_VA_START
|
||||
#ifndef HAVE_VA_START
|
||||
error "HAVE_VA_START not defined"
|
||||
#endif
|
||||
#mesondefine HAVE_VA_END
|
||||
#ifndef HAVE_VA_END
|
||||
error "HAVE_VA_END not defined"
|
||||
#endif
|
||||
#mesondefine HAVE_INET_NTOP
|
||||
#ifndef HAVE_INET_NTOP
|
||||
error "HAVE_INET_NTOP not defined"
|
||||
#endif
|
||||
#mesondefine HAVE_GETIFADDRS
|
||||
#ifndef HAVE_GETIFADDRS
|
||||
error "HAVE_GETIFADDRS not defined"
|
||||
#endif
|
||||
#mesondefine HAVE_GETNAMEINFO
|
||||
#ifndef HAVE_GETNAMEINFO
|
||||
error "HAVE_GETNAMEINFO not defined"
|
||||
#endif
|
||||
#mesondefine HAVE_NTOHS
|
||||
#ifndef HAVE_NTOHS
|
||||
error "HAVE_NTOHS not defined"
|
||||
#endif
|
||||
#mesondefine HAVE_MEMCPY
|
||||
#ifndef HAVE_MEMCPY
|
||||
error "HAVE_MEMCPY not defined"
|
||||
#endif
|
||||
#mesondefine HAVE_MEMSET
|
||||
#ifndef HAVE_MEMSET
|
||||
error "HAVE_MEMSET not defined"
|
||||
#endif
|
||||
#mesondefine HAVE_SPRINTF
|
||||
#ifndef HAVE_SPRINTF
|
||||
error "HAVE_SPRINTF not defined"
|
||||
#endif
|
||||
Reference in New Issue
Block a user