|
| 1 | +/* include/ghcconfig.h. Generated from ghcconfig.h.in by configure. */ |
| 2 | +/* include/ghcconfig.h.in. Generated from configure.ac by autoheader. */ |
| 3 | + |
| 4 | +/* platform-specific defines */ |
| 5 | +#include "platform.h" |
| 6 | + |
| 7 | +/* The alignment of a `char'. */ |
| 8 | +#define ALIGNMENT_CHAR 1 |
| 9 | + |
| 10 | +/* The alignment of a `double'. */ |
| 11 | +#define ALIGNMENT_DOUBLE 8 |
| 12 | + |
| 13 | +/* The alignment of a `float'. */ |
| 14 | +#define ALIGNMENT_FLOAT 4 |
| 15 | + |
| 16 | +/* The alignment of a `int'. */ |
| 17 | +#define ALIGNMENT_INT 4 |
| 18 | + |
| 19 | +/* The alignment of a `long'. */ |
| 20 | +#define ALIGNMENT_LONG 8 |
| 21 | + |
| 22 | +/* The alignment of a `long long'. */ |
| 23 | +#define ALIGNMENT_LONG_LONG 8 |
| 24 | + |
| 25 | +/* The alignment of a `short'. */ |
| 26 | +#define ALIGNMENT_SHORT 2 |
| 27 | + |
| 28 | +/* The alignment of a `unsigned char'. */ |
| 29 | +#define ALIGNMENT_UNSIGNED_CHAR 1 |
| 30 | + |
| 31 | +/* The alignment of a `unsigned int'. */ |
| 32 | +#define ALIGNMENT_UNSIGNED_INT 4 |
| 33 | + |
| 34 | +/* The alignment of a `unsigned long'. */ |
| 35 | +#define ALIGNMENT_UNSIGNED_LONG 8 |
| 36 | + |
| 37 | +/* The alignment of a `unsigned long long'. */ |
| 38 | +#define ALIGNMENT_UNSIGNED_LONG_LONG 8 |
| 39 | + |
| 40 | +/* The alignment of a `unsigned short'. */ |
| 41 | +#define ALIGNMENT_UNSIGNED_SHORT 2 |
| 42 | + |
| 43 | +/* The alignment of a `void *'. */ |
| 44 | +#define ALIGNMENT_VOID_P 8 |
| 45 | + |
| 46 | +/* Define to 1 if you have the <inttypes.h> header file. */ |
| 47 | +#define HAVE_INTTYPES_H 1 |
| 48 | + |
| 49 | +/* Define to 1 if the system has the type `long long'. */ |
| 50 | +#define HAVE_LONG_LONG 1 |
| 51 | + |
| 52 | +/* Define to 1 if you have the <memory.h> header file. */ |
| 53 | +#define HAVE_MEMORY_H 1 |
| 54 | + |
| 55 | +/* Define to 1 if you have the <stdint.h> header file. */ |
| 56 | +#define HAVE_STDINT_H 1 |
| 57 | + |
| 58 | +/* Define to 1 if you have the <stdlib.h> header file. */ |
| 59 | +#define HAVE_STDLIB_H 1 |
| 60 | + |
| 61 | +/* Define to 1 if you have the <strings.h> header file. */ |
| 62 | +#define HAVE_STRINGS_H 1 |
| 63 | + |
| 64 | +/* Define to 1 if you have the <string.h> header file. */ |
| 65 | +#define HAVE_STRING_H 1 |
| 66 | + |
| 67 | +/* Define to 1 if you have the <sys/stat.h> header file. */ |
| 68 | +#define HAVE_SYS_STAT_H 1 |
| 69 | + |
| 70 | +/* Define to 1 if you have the <sys/types.h> header file. */ |
| 71 | +#define HAVE_SYS_TYPES_H 1 |
| 72 | + |
| 73 | +/* Define to 1 if you have the <unistd.h> header file. */ |
| 74 | +#define HAVE_UNISTD_H 1 |
| 75 | + |
| 76 | +/* Define to the address where bug reports for this package should be sent. */ |
| 77 | +#define PACKAGE_BUGREPORT " [email protected]" |
| 78 | + |
| 79 | +/* Define to the full name of this package. */ |
| 80 | +#define PACKAGE_NAME "Hugs98 libraries" |
| 81 | + |
| 82 | +/* Define to the full name and version of this package. */ |
| 83 | +#define PACKAGE_STRING "Hugs98 libraries 1.0" |
| 84 | + |
| 85 | +/* Define to the one symbol short name of this package. */ |
| 86 | +#define PACKAGE_TARNAME "hugslibs" |
| 87 | + |
| 88 | +/* Define to the home page for this package. */ |
| 89 | +#define PACKAGE_URL "" |
| 90 | + |
| 91 | +/* Define to the version of this package. */ |
| 92 | +#define PACKAGE_VERSION "1.0" |
| 93 | + |
| 94 | +/* The size of `char', as computed by sizeof. */ |
| 95 | +#define SIZEOF_CHAR 1 |
| 96 | + |
| 97 | +/* The size of `double', as computed by sizeof. */ |
| 98 | +#define SIZEOF_DOUBLE 8 |
| 99 | + |
| 100 | +/* The size of `float', as computed by sizeof. */ |
| 101 | +#define SIZEOF_FLOAT 4 |
| 102 | + |
| 103 | +/* The size of `int', as computed by sizeof. */ |
| 104 | +#define SIZEOF_INT 4 |
| 105 | + |
| 106 | +/* The size of `long', as computed by sizeof. */ |
| 107 | +#define SIZEOF_LONG 8 |
| 108 | + |
| 109 | +/* The size of `long long', as computed by sizeof. */ |
| 110 | +#define SIZEOF_LONG_LONG 8 |
| 111 | + |
| 112 | +/* The size of `short', as computed by sizeof. */ |
| 113 | +#define SIZEOF_SHORT 2 |
| 114 | + |
| 115 | +/* The size of `unsigned char', as computed by sizeof. */ |
| 116 | +#define SIZEOF_UNSIGNED_CHAR 1 |
| 117 | + |
| 118 | +/* The size of `unsigned int', as computed by sizeof. */ |
| 119 | +#define SIZEOF_UNSIGNED_INT 4 |
| 120 | + |
| 121 | +/* The size of `unsigned long', as computed by sizeof. */ |
| 122 | +#define SIZEOF_UNSIGNED_LONG 8 |
| 123 | + |
| 124 | +/* The size of `unsigned long long', as computed by sizeof. */ |
| 125 | +#define SIZEOF_UNSIGNED_LONG_LONG 8 |
| 126 | + |
| 127 | +/* The size of `unsigned short', as computed by sizeof. */ |
| 128 | +#define SIZEOF_UNSIGNED_SHORT 2 |
| 129 | + |
| 130 | +/* The size of `void *', as computed by sizeof. */ |
| 131 | +#define SIZEOF_VOID_P 8 |
| 132 | + |
| 133 | +/* Define to 1 if you have the ANSI C header files. */ |
| 134 | +#define STDC_HEADERS 1 |
| 135 | + |
| 136 | +#undef PACKAGE_BUGREPORT |
| 137 | +#undef PACKAGE_NAME |
| 138 | +#undef PACKAGE_STRING |
| 139 | +#undef PACKAGE_TARNAME |
| 140 | +#undef PACKAGE_VERSION |
0 commit comments