This commit is contained in:
parent
a9a048fb68
commit
1305b7c13f
@ -1,170 +0,0 @@
|
||||
/* include/ase/config.h. Generated from config.h.in by configure. */
|
||||
/* include/ase/config.h.in. Generated from configure.ac by autoheader. */
|
||||
|
||||
/* char is mchar */
|
||||
/* #undef ASE_CHAR_IS_MCHAR */
|
||||
|
||||
/* char is wchar */
|
||||
#define ASE_CHAR_IS_WCHAR
|
||||
|
||||
/* Big Endian */
|
||||
/* #undef ASE_ENDIAN_BIG */
|
||||
|
||||
/* Little Endian */
|
||||
#define ASE_ENDIAN_LITTLE
|
||||
|
||||
/* Unknown Endian */
|
||||
/* #undef ASE_ENDIAN_UNKNOWN */
|
||||
|
||||
/* author's email address */
|
||||
#define ASE_PKGAUTHOR "bacon@abiyo.net"
|
||||
|
||||
/* package name */
|
||||
#define ASE_PKGNAME "ase"
|
||||
|
||||
/* package version */
|
||||
#define ASE_PKGVERSION "0.5.0"
|
||||
|
||||
/* sizeof(char) */
|
||||
#define ASE_SIZEOF_CHAR 1
|
||||
|
||||
/* sizeof(double) */
|
||||
#define ASE_SIZEOF_DOUBLE 8
|
||||
|
||||
/* sizeof(float) */
|
||||
#define ASE_SIZEOF_FLOAT 4
|
||||
|
||||
/* sizeof(int) */
|
||||
#define ASE_SIZEOF_INT 4
|
||||
|
||||
/* sizeof(long) */
|
||||
#define ASE_SIZEOF_LONG 8
|
||||
|
||||
/* sizeof(long double) */
|
||||
#define ASE_SIZEOF_LONG_DOUBLE 16
|
||||
|
||||
/* sizeof(long long) */
|
||||
#define ASE_SIZEOF_LONG_LONG 8
|
||||
|
||||
/* sizeof(short) */
|
||||
#define ASE_SIZEOF_SHORT 2
|
||||
|
||||
/* sizeof(void*) */
|
||||
#define ASE_SIZEOF_VOID_P 8
|
||||
|
||||
/* sizeof(wchar_t) */
|
||||
#define ASE_SIZEOF_WCHAR_T 4
|
||||
|
||||
/* sizeof(__int128) */
|
||||
#define ASE_SIZEOF___INT128 0
|
||||
|
||||
/* sizeof(__int16) */
|
||||
#define ASE_SIZEOF___INT16 0
|
||||
|
||||
/* sizeof(__int32) */
|
||||
#define ASE_SIZEOF___INT32 0
|
||||
|
||||
/* sizeof(__int64) */
|
||||
#define ASE_SIZEOF___INT64 0
|
||||
|
||||
/* sizeof(__int8) */
|
||||
#define ASE_SIZEOF___INT8 0
|
||||
|
||||
/* Define to 1 if you have the <dlfcn.h> header file. */
|
||||
#define HAVE_DLFCN_H 1
|
||||
|
||||
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||
#define HAVE_INTTYPES_H 1
|
||||
|
||||
/* Define to 1 if you have the <memory.h> header file. */
|
||||
#define HAVE_MEMORY_H 1
|
||||
|
||||
/* Define to 1 if you have the <stdint.h> header file. */
|
||||
#define HAVE_STDINT_H 1
|
||||
|
||||
/* Define to 1 if you have the <stdlib.h> header file. */
|
||||
#define HAVE_STDLIB_H 1
|
||||
|
||||
/* Define to 1 if you have the <strings.h> header file. */
|
||||
#define HAVE_STRINGS_H 1
|
||||
|
||||
/* Define to 1 if you have the <string.h> header file. */
|
||||
#define HAVE_STRING_H 1
|
||||
|
||||
/* Define to 1 if you have the <sys/stat.h> header file. */
|
||||
#define HAVE_SYS_STAT_H 1
|
||||
|
||||
/* Define to 1 if you have the <sys/types.h> header file. */
|
||||
#define HAVE_SYS_TYPES_H 1
|
||||
|
||||
/* Define to 1 if you have the <unistd.h> header file. */
|
||||
#define HAVE_UNISTD_H 1
|
||||
|
||||
/* Name of package */
|
||||
#define PACKAGE "ase"
|
||||
|
||||
/* Define to the address where bug reports for this package should be sent. */
|
||||
#define PACKAGE_BUGREPORT "bacon@abiyo.net"
|
||||
|
||||
/* Define to the full name of this package. */
|
||||
#define PACKAGE_NAME "ase"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "ase 0.5.0"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "ase"
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "0.5.0"
|
||||
|
||||
/* The size of `char', as computed by sizeof. */
|
||||
#define SIZEOF_CHAR 1
|
||||
|
||||
/* The size of `double', as computed by sizeof. */
|
||||
#define SIZEOF_DOUBLE 8
|
||||
|
||||
/* The size of `float', as computed by sizeof. */
|
||||
#define SIZEOF_FLOAT 4
|
||||
|
||||
/* The size of `int', as computed by sizeof. */
|
||||
#define SIZEOF_INT 4
|
||||
|
||||
/* The size of `long', as computed by sizeof. */
|
||||
#define SIZEOF_LONG 8
|
||||
|
||||
/* The size of `long double', as computed by sizeof. */
|
||||
#define SIZEOF_LONG_DOUBLE 16
|
||||
|
||||
/* The size of `long long', as computed by sizeof. */
|
||||
#define SIZEOF_LONG_LONG 8
|
||||
|
||||
/* The size of `short', as computed by sizeof. */
|
||||
#define SIZEOF_SHORT 2
|
||||
|
||||
/* The size of `void *', as computed by sizeof. */
|
||||
#define SIZEOF_VOID_P 8
|
||||
|
||||
/* The size of `wchar_t', as computed by sizeof. */
|
||||
#define SIZEOF_WCHAR_T 4
|
||||
|
||||
/* The size of `__int128', as computed by sizeof. */
|
||||
#define SIZEOF___INT128 0
|
||||
|
||||
/* The size of `__int16', as computed by sizeof. */
|
||||
#define SIZEOF___INT16 0
|
||||
|
||||
/* The size of `__int32', as computed by sizeof. */
|
||||
#define SIZEOF___INT32 0
|
||||
|
||||
/* The size of `__int64', as computed by sizeof. */
|
||||
#define SIZEOF___INT64 0
|
||||
|
||||
/* The size of `__int8', as computed by sizeof. */
|
||||
#define SIZEOF___INT8 0
|
||||
|
||||
/* Define to 1 if you have the ANSI C header files. */
|
||||
#define STDC_HEADERS 1
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "0.5.0"
|
Loading…
Reference in New Issue
Block a user