qse/ase/conf_unx.h.in

79 lines
1.4 KiB
C
Raw Normal View History

2005-01-19 11:58:26 +00:00
/* Big Endian */
2006-10-26 09:31:28 +00:00
#undef ASE_ENDIAN_BIG
2005-01-19 11:58:26 +00:00
/* Little Endian */
2006-10-26 09:31:28 +00:00
#undef ASE_ENDIAN_LITTLE
2005-01-19 11:58:26 +00:00
/* Unknown Endian */
2006-10-26 09:31:28 +00:00
#undef ASE_ENDIAN_UNKNOWN
2005-01-19 11:58:26 +00:00
2005-02-13 11:27:35 +00:00
/* long long */
2006-10-26 09:31:28 +00:00
#undef ASE_HAVE_LONG_LONG
2005-02-13 11:27:35 +00:00
/* long double */
2006-10-26 09:31:28 +00:00
#undef ASE_HAVE_LONG_DOUBLE
2005-02-13 11:27:35 +00:00
2006-04-14 14:17:09 +00:00
/* data type size */
2006-10-26 09:31:28 +00:00
#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
2005-02-14 03:13:32 +00:00
2005-01-19 11:58:26 +00:00
/* fcntl.h */
2006-10-26 09:31:28 +00:00
#undef ASE_HAVE_FCNTL_H
2005-01-19 11:58:26 +00:00
/* limits.h */
2006-10-26 09:31:28 +00:00
#undef ASE_HAVE_LIMITS_H
2005-01-19 11:58:26 +00:00
/* stdarg.h */
2006-10-26 09:31:28 +00:00
#undef ASE_HAVE_STDARG_H
2005-01-19 11:58:26 +00:00
/* stddef.h */
2006-10-26 09:31:28 +00:00
#undef ASE_HAVE_STDDEF_H
2005-01-19 11:58:26 +00:00
/* unistd.h */
2006-10-26 09:31:28 +00:00
#undef ASE_HAVE_UNISTD_H
2005-01-19 11:58:26 +00:00
/* wchar.h */
2006-10-26 09:31:28 +00:00
#undef ASE_HAVE_WCHAR_H
2005-01-19 11:58:26 +00:00
2005-04-23 16:08:14 +00:00
/* poll.h */
2006-10-26 09:31:28 +00:00
#undef ASE_HAVE_POLL_H
2005-04-23 16:08:14 +00:00
2005-04-24 14:55:40 +00:00
/* sys/poll.h */
2006-10-26 09:31:28 +00:00
#undef ASE_HAVE_SYS_EPOLL_H
2005-04-24 14:55:40 +00:00
2006-04-14 10:01:15 +00:00
/* pthread.h */
2006-10-26 09:31:28 +00:00
#undef ASE_HAVE_PTHREAD_H
2006-04-14 10:01:15 +00:00
2006-01-30 16:23:41 +00:00
/* sys/sysinfo.h */
2006-10-26 09:31:28 +00:00
#undef ASE_HAVE_SYS_SYSINFO_H
2006-01-30 16:23:41 +00:00
/* sys/sysinfo.mem_unit */
2006-10-26 09:31:28 +00:00
#undef ASE_HAVE_SYS_SYSINFO_MEM_UNIT
2006-01-30 16:23:41 +00:00
2006-01-30 16:44:03 +00:00
/* in6.scope_id */
2006-10-26 09:31:28 +00:00
#undef ASE_HAVE_IN6_SCOPE_ID
2006-01-30 16:44:03 +00:00
2006-01-30 17:25:35 +00:00
/* sockaddr_storage.ss_family */
2006-10-26 09:31:28 +00:00
#undef ASE_HAVE_SS_FAMILY
2006-01-30 17:13:23 +00:00
2005-04-18 04:44:09 +00:00
/* char is wchar */
2006-10-26 09:31:28 +00:00
#undef ASE_CHAR_IS_WCHAR
2005-04-18 04:44:09 +00:00
/* char is mchar */
2006-10-26 09:31:28 +00:00
#undef ASE_CHAR_IS_MCHAR
2005-01-19 11:58:26 +00:00