/* Big Endian */ #undef ASE_ENDIAN_BIG /* Little Endian */ #undef ASE_ENDIAN_LITTLE /* Unknown Endian */ #undef ASE_ENDIAN_UNKNOWN /* long long */ #undef ASE_HAVE_LONG_LONG /* long double */ #undef ASE_HAVE_LONG_DOUBLE /* data type size */ #define ASE_SIZEOF_CHAR 0 #define ASE_SIZEOF_SHORT 0 #define ASE_SIZEOF_INT 0 #define ASE_SIZEOF_LONG 0 #define ASE_SIZEOF_LONG_LONG 0 #define ASE_SIZEOF___INT8 0 #define ASE_SIZEOF___INT16 0 #define ASE_SIZEOF___INT32 0 #define ASE_SIZEOF___INT64 0 #define ASE_SIZEOF___INT128 0 #define ASE_SIZEOF_VOID_P 0 #define ASE_SIZEOF_FLOAT 0 #define ASE_SIZEOF_DOUBLE 0 #define ASE_SIZEOF_LONG_DOUBLE 0 #define ASE_SIZEOF_PID_T 0 #define ASE_SIZEOF_WCHAR_T 0 /* fcntl.h */ #undef ASE_HAVE_FCNTL_H /* limits.h */ #undef ASE_HAVE_LIMITS_H /* stdarg.h */ #undef ASE_HAVE_STDARG_H /* stddef.h */ #undef ASE_HAVE_STDDEF_H /* unistd.h */ #undef ASE_HAVE_UNISTD_H /* wchar.h */ #undef ASE_HAVE_WCHAR_H /* poll.h */ #undef ASE_HAVE_POLL_H /* sys/poll.h */ #undef ASE_HAVE_SYS_EPOLL_H /* pthread.h */ #undef ASE_HAVE_PTHREAD_H /* sys/sysinfo.h */ #undef ASE_HAVE_SYS_SYSINFO_H /* sys/sysinfo.mem_unit */ #undef ASE_HAVE_SYS_SYSINFO_MEM_UNIT /* in6.scope_id */ #undef ASE_HAVE_IN6_SCOPE_ID /* sockaddr_storage.ss_family */ #undef ASE_HAVE_SS_FAMILY /* char is wchar */ #undef ASE_CHAR_IS_WCHAR /* char is mchar */ #undef ASE_CHAR_IS_MCHAR