1*90e502c7SAndroid Build Coastguard Worker /* clang-format off */ 2*90e502c7SAndroid Build Coastguard Worker 3*90e502c7SAndroid Build Coastguard Worker /* Define to the full name and version of this package. */ 4*90e502c7SAndroid Build Coastguard Worker #cmakedefine PACKAGE_VERSION "@PACKAGE_VERSION@" 5*90e502c7SAndroid Build Coastguard Worker 6*90e502c7SAndroid Build Coastguard Worker /* Define to the version of this package. */ 7*90e502c7SAndroid Build Coastguard Worker #cmakedefine PACKAGE_STRING "@PACKAGE_STRING@" 8*90e502c7SAndroid Build Coastguard Worker 9*90e502c7SAndroid Build Coastguard Worker /* Define to enabled debug logging for all mudules. */ 10*90e502c7SAndroid Build Coastguard Worker #cmakedefine ENABLE_DEBUG_LOGGING 1 11*90e502c7SAndroid Build Coastguard Worker 12*90e502c7SAndroid Build Coastguard Worker /* Logging statments will be writen to this file. */ 13*90e502c7SAndroid Build Coastguard Worker #cmakedefine ERR_REPORTING_FILE "@ERR_REPORTING_FILE@" 14*90e502c7SAndroid Build Coastguard Worker 15*90e502c7SAndroid Build Coastguard Worker /* Define to redirect logging to stdout. */ 16*90e502c7SAndroid Build Coastguard Worker #cmakedefine ERR_REPORTING_STDOUT 1 17*90e502c7SAndroid Build Coastguard Worker 18*90e502c7SAndroid Build Coastguard Worker /* Define this to use OpenSSL crypto. */ 19*90e502c7SAndroid Build Coastguard Worker #cmakedefine OPENSSL 1 20*90e502c7SAndroid Build Coastguard Worker 21*90e502c7SAndroid Build Coastguard Worker /* Define this to use AES-GCM. */ 22*90e502c7SAndroid Build Coastguard Worker #cmakedefine GCM 1 23*90e502c7SAndroid Build Coastguard Worker 24*90e502c7SAndroid Build Coastguard Worker /* Define if building for a CISC machine (e.g. Intel). */ 25*90e502c7SAndroid Build Coastguard Worker #define CPU_CISC 1 26*90e502c7SAndroid Build Coastguard Worker 27*90e502c7SAndroid Build Coastguard Worker /* Define if building for a RISC machine (assume slow byte access). */ 28*90e502c7SAndroid Build Coastguard Worker /* #undef CPU_RISC */ 29*90e502c7SAndroid Build Coastguard Worker 30*90e502c7SAndroid Build Coastguard Worker /* Define to use X86 inlined assembly code */ 31*90e502c7SAndroid Build Coastguard Worker #define HAVE_X86 1 32*90e502c7SAndroid Build Coastguard Worker 33*90e502c7SAndroid Build Coastguard Worker /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 34*90e502c7SAndroid Build Coastguard Worker significant byte first (like Motorola and SPARC, unlike Intel). */ 35*90e502c7SAndroid Build Coastguard Worker #cmakedefine WORDS_BIGENDIAN 1 36*90e502c7SAndroid Build Coastguard Worker 37*90e502c7SAndroid Build Coastguard Worker /* Define to 1 if you have the <arpa/inet.h> header file. */ 38*90e502c7SAndroid Build Coastguard Worker #cmakedefine HAVE_ARPA_INET_H 1 39*90e502c7SAndroid Build Coastguard Worker 40*90e502c7SAndroid Build Coastguard Worker /* Define to 1 if you have the <byteswap.h> header file. */ 41*90e502c7SAndroid Build Coastguard Worker #cmakedefine HAVE_BYTESWAP_H 1 42*90e502c7SAndroid Build Coastguard Worker 43*90e502c7SAndroid Build Coastguard Worker /* Define to 1 if you have the <inttypes.h> header file. */ 44*90e502c7SAndroid Build Coastguard Worker #cmakedefine HAVE_INTTYPES_H 1 45*90e502c7SAndroid Build Coastguard Worker 46*90e502c7SAndroid Build Coastguard Worker /* Define to 1 if you have the <machine/types.h> header file. */ 47*90e502c7SAndroid Build Coastguard Worker #cmakedefine HAVE_MACHINE_TYPES_H 1 48*90e502c7SAndroid Build Coastguard Worker 49*90e502c7SAndroid Build Coastguard Worker /* Define to 1 if you have the <netinet/in.h> header file. */ 50*90e502c7SAndroid Build Coastguard Worker #cmakedefine HAVE_NETINET_IN_H 1 51*90e502c7SAndroid Build Coastguard Worker 52*90e502c7SAndroid Build Coastguard Worker /* Define to 1 if you have the <stdint.h> header file. */ 53*90e502c7SAndroid Build Coastguard Worker #cmakedefine HAVE_STDINT_H 1 54*90e502c7SAndroid Build Coastguard Worker 55*90e502c7SAndroid Build Coastguard Worker /* Define to 1 if you have the <stdlib.h> header file. */ 56*90e502c7SAndroid Build Coastguard Worker #cmakedefine HAVE_STDLIB_H 1 57*90e502c7SAndroid Build Coastguard Worker 58*90e502c7SAndroid Build Coastguard Worker /* Define to 1 if you have the <sys/int_types.h> header file. */ 59*90e502c7SAndroid Build Coastguard Worker #cmakedefine HAVE_SYS_INT_TYPES_H 1 60*90e502c7SAndroid Build Coastguard Worker 61*90e502c7SAndroid Build Coastguard Worker /* Define to 1 if you have the <sys/socket.h> header file. */ 62*90e502c7SAndroid Build Coastguard Worker #cmakedefine HAVE_SYS_SOCKET_H 1 63*90e502c7SAndroid Build Coastguard Worker 64*90e502c7SAndroid Build Coastguard Worker /* Define to 1 if you have the <sys/types.h> header file. */ 65*90e502c7SAndroid Build Coastguard Worker #cmakedefine HAVE_SYS_TYPES_H 1 66*90e502c7SAndroid Build Coastguard Worker 67*90e502c7SAndroid Build Coastguard Worker /* Define to 1 if you have the <unistd.h> header file. */ 68*90e502c7SAndroid Build Coastguard Worker #cmakedefine HAVE_UNISTD_H 1 69*90e502c7SAndroid Build Coastguard Worker 70*90e502c7SAndroid Build Coastguard Worker /* Define to 1 if you have the <windows.h> header file. */ 71*90e502c7SAndroid Build Coastguard Worker #cmakedefine HAVE_WINDOWS_H 1 72*90e502c7SAndroid Build Coastguard Worker 73*90e502c7SAndroid Build Coastguard Worker /* Define to 1 if you have the <winsock2.h> header file. */ 74*90e502c7SAndroid Build Coastguard Worker #cmakedefine HAVE_WINSOCK2_H 1 75*90e502c7SAndroid Build Coastguard Worker 76*90e502c7SAndroid Build Coastguard Worker /* Define to 1 if you have the `inet_aton' function. */ 77*90e502c7SAndroid Build Coastguard Worker #cmakedefine HAVE_INET_ATON 1 78*90e502c7SAndroid Build Coastguard Worker 79*90e502c7SAndroid Build Coastguard Worker /* Define to 1 if you have the `sigaction' function. */ 80*90e502c7SAndroid Build Coastguard Worker #cmakedefine HAVE_SIGACTION 1 81*90e502c7SAndroid Build Coastguard Worker 82*90e502c7SAndroid Build Coastguard Worker /* Define to 1 if you have the `usleep' function. */ 83*90e502c7SAndroid Build Coastguard Worker #cmakedefine HAVE_USLEEP 1 84*90e502c7SAndroid Build Coastguard Worker 85*90e502c7SAndroid Build Coastguard Worker /* Define to 1 if the system has the type `uint8_t'. */ 86*90e502c7SAndroid Build Coastguard Worker #cmakedefine HAVE_UINT8_T 1 87*90e502c7SAndroid Build Coastguard Worker 88*90e502c7SAndroid Build Coastguard Worker /* Define to 1 if the system has the type `uint16_t'. */ 89*90e502c7SAndroid Build Coastguard Worker #cmakedefine HAVE_UINT16_T 1 90*90e502c7SAndroid Build Coastguard Worker 91*90e502c7SAndroid Build Coastguard Worker /* Define to 1 if the system has the type `uint32_t'. */ 92*90e502c7SAndroid Build Coastguard Worker #cmakedefine HAVE_UINT32_T 1 93*90e502c7SAndroid Build Coastguard Worker 94*90e502c7SAndroid Build Coastguard Worker /* Define to 1 if the system has the type `uint64_t'. */ 95*90e502c7SAndroid Build Coastguard Worker #cmakedefine HAVE_UINT64_T 1 96*90e502c7SAndroid Build Coastguard Worker 97*90e502c7SAndroid Build Coastguard Worker /* Define to 1 if the system has the type `int32_t'. */ 98*90e502c7SAndroid Build Coastguard Worker #cmakedefine HAVE_INT32_T 1 99*90e502c7SAndroid Build Coastguard Worker 100*90e502c7SAndroid Build Coastguard Worker /* The size of `unsigned long', as computed by sizeof. */ 101*90e502c7SAndroid Build Coastguard Worker @SIZEOF_UNSIGNED_LONG_CODE@ 102*90e502c7SAndroid Build Coastguard Worker 103*90e502c7SAndroid Build Coastguard Worker /* The size of `unsigned long long', as computed by sizeof. */ 104*90e502c7SAndroid Build Coastguard Worker @SIZEOF_UNSIGNED_LONG_LONG_CODE@ 105*90e502c7SAndroid Build Coastguard Worker 106*90e502c7SAndroid Build Coastguard Worker /* Define inline to what is supported by compiler */ 107*90e502c7SAndroid Build Coastguard Worker #cmakedefine HAVE_INLINE 1 108*90e502c7SAndroid Build Coastguard Worker #cmakedefine HAVE___INLINE 1 109*90e502c7SAndroid Build Coastguard Worker #ifndef HAVE_INLINE 110*90e502c7SAndroid Build Coastguard Worker #ifdef HAVE___INLINE 111*90e502c7SAndroid Build Coastguard Worker #define inline __inline 112*90e502c7SAndroid Build Coastguard Worker #else 113*90e502c7SAndroid Build Coastguard Worker #define inline 114*90e502c7SAndroid Build Coastguard Worker #endif 115*90e502c7SAndroid Build Coastguard Worker #endif 116