Fix IRQ name
[AROS.git] / workbench / devs / AHI / config.h.in
blob870e0c3101df79ee2718c1bbd3a05e89583ae160
1 /* config.h.in. Generated from configure.in by autoheader. */
2 /* Define if WarpUp support code should be included. */
3 #undef ENABLE_WARPUP
5 /* Define to 1 if you have the <asm/io.h> header file. */
6 #undef HAVE_ASM_IO_H
8 /* Define to 1 if you have the <inttypes.h> header file. */
9 #undef HAVE_INTTYPES_H
11 /* Define to 1 if you have the `mui' library (-lmui). */
12 #undef HAVE_LIBMUI
14 /* Define to 1 if you have the <libraries/openpci.h> header file. */
15 #undef HAVE_LIBRARIES_OPENPCI_H
17 /* Define to 1 if you have the <memory.h> header file. */
18 #undef HAVE_MEMORY_H
20 /* Define to 1 if you have the <proto/oss.h> header file. */
21 #undef HAVE_PROTO_OSS_H
23 /* Define to 1 if you have the <stdint.h> header file. */
24 #undef HAVE_STDINT_H
26 /* Define to 1 if you have the <stdlib.h> header file. */
27 #undef HAVE_STDLIB_H
29 /* Define to 1 if you have the <strings.h> header file. */
30 #undef HAVE_STRINGS_H
32 /* Define to 1 if you have the <string.h> header file. */
33 #undef HAVE_STRING_H
35 /* Define to 1 if you have the <sys/stat.h> header file. */
36 #undef HAVE_SYS_STAT_H
38 /* Define to 1 if you have the <sys/types.h> header file. */
39 #undef HAVE_SYS_TYPES_H
41 /* Define to 1 if you have the <unistd.h> header file. */
42 #undef HAVE_UNISTD_H
44 /* Define to the address where bug reports for this package should be sent. */
45 #undef PACKAGE_BUGREPORT
47 /* Define to the full name of this package. */
48 #undef PACKAGE_NAME
50 /* Define to the full name and version of this package. */
51 #undef PACKAGE_STRING
53 /* Define to the one symbol short name of this package. */
54 #undef PACKAGE_TARNAME
56 /* Define to the version of this package. */
57 #undef PACKAGE_VERSION
59 /* Define to 1 if you have the ANSI C header files. */
60 #undef STDC_HEADERS
62 /* Use inlines for stdarg functions */
63 #undef USE_INLINE_STDARG
65 /* Define to 1 if your processor stores words with the most significant byte
66 first (like Motorola and SPARC, unlike Intel and VAX). */
67 #undef WORDS_BIGENDIAN
69 /* Use traditional library base type */
70 #undef __USE_BASETYPE__
72 /* Use inlines */
73 #undef __USE_INLINE__
75 /* Define to empty if `const' does not conform to ANSI C. */
76 #undef const
78 /* Define to `__inline__' or `__inline' if that's what the C compiler
79 calls it, or to nothing if 'inline' is not supported under any name. */
80 #ifndef __cplusplus
81 #undef inline
82 #endif