diff options
Diffstat (limited to 'innobase/ib_config.h.in')
-rw-r--r-- | innobase/ib_config.h.in | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/innobase/ib_config.h.in b/innobase/ib_config.h.in deleted file mode 100644 index 1ea07f5c0c3..00000000000 --- a/innobase/ib_config.h.in +++ /dev/null @@ -1,24 +0,0 @@ -/* ib_config.h.in. Generated automatically from configure.in by autoheader. */ - -/* Define as __inline if that's what the C compiler calls it. */ -#undef inline - -/* 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 int. */ -#undef SIZEOF_INT - -/* Define if you have the <aio.h> header file. */ -#undef HAVE_AIO_H - -/* Name of package */ -#undef PACKAGE - -/* Version number of package */ -#undef VERSION - -/* No inlining because gcc broken on HP-UX */ -#undef UNIV_MUST_NOT_INLINE - |