~mysql/mysql-server/mysql-6.0

« back to all changes in this revision

Viewing changes to innobase/ib_config.h

  • Committer: monty at mysql
  • Date: 2001-02-17 12:19:19 UTC
  • mto: (554.1.1)
  • mto: This revision was merged to the branch mainline in revision 556.
  • Revision ID: sp1r-monty@donna.mysql.com-20010217121919-07904
Added Innobase to source distribution

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* ib_config.h.  Generated automatically by configure.  */
 
2
/* ib_config.h.in.  Generated automatically from configure.in by autoheader.  */
 
3
 
 
4
/* Define as __inline if that's what the C compiler calls it.  */
 
5
/* #undef inline */
 
6
 
 
7
/* Define if your processor stores words with the most significant
 
8
   byte first (like Motorola and SPARC, unlike Intel and VAX).  */
 
9
/* #undef WORDS_BIGENDIAN */
 
10
 
 
11
/* The number of bytes in a int.  */
 
12
#define SIZEOF_INT 4
 
13
 
 
14
/* Define if you have the <aio.h> header file.  */
 
15
#define HAVE_AIO_H 1
 
16
 
 
17
/* Name of package */
 
18
#define PACKAGE "ib"
 
19
 
 
20
/* Version number of package */
 
21
#define VERSION "0.90"
 
22