50 lines
1.3 KiB
C
50 lines
1.3 KiB
C
/* config.h. Generated automatically by configure. */
|
|
/* config.h.in. Generated automatically from configure.in by autoheader 2.13. */
|
|
|
|
/* Define to empty if the keyword does not work. */
|
|
/* #undef const */
|
|
|
|
/* Define to `unsigned' if <sys/types.h> doesn't define. */
|
|
/* #undef size_t */
|
|
|
|
/* Define if you have the ANSI C header files. */
|
|
#define STDC_HEADERS 1
|
|
|
|
/* Define if your processor stores words with the most significant
|
|
byte first (like Motorola and SPARC, unlike Intel and VAX). */
|
|
/* #undef WORDS_BIGENDIAN */
|
|
|
|
/* The number of bytes in a double. */
|
|
#define SIZEOF_DOUBLE 8
|
|
|
|
/* The number of bytes in a float. */
|
|
#define SIZEOF_FLOAT 4
|
|
|
|
/* The number of bytes in a long double. */
|
|
#define SIZEOF_LONG_DOUBLE 16
|
|
|
|
/* The number of bytes in a unsigned char. */
|
|
#define SIZEOF_UNSIGNED_CHAR 1
|
|
|
|
/* The number of bytes in a unsigned int. */
|
|
#define SIZEOF_UNSIGNED_INT 4
|
|
|
|
/* The number of bytes in a unsigned long. */
|
|
#define SIZEOF_UNSIGNED_LONG 8
|
|
|
|
/* The number of bytes in a unsigned long long. */
|
|
#define SIZEOF_UNSIGNED_LONG_LONG 8
|
|
|
|
/* The number of bytes in a unsigned short. */
|
|
#define SIZEOF_UNSIGNED_SHORT 2
|
|
|
|
/* Define if you have the <malloc.h> header file. */
|
|
#define HAVE_MALLOC_H 1
|
|
|
|
/* Name of package */
|
|
#define PACKAGE "xlhtml/xlhtml"
|
|
|
|
/* Version number of package */
|
|
#define VERSION "0.5"
|
|
|