1 /* include/poker_config.h.  Generated from poker_config.h.in by configure.  */
2 /*
3  * Copyright (C) 2004-2006
4  *           Michael Maurer <mjmaurer@yahoo.com>
5  *           Loic Dachary <loic@dachary.org>
6  *
7  * This program gives you software freedom; you can copy, convey,
8  * propagate, redistribute and/or modify this program under the terms of
9  * the GNU General Public License (GPL) as published by the Free Software
10  * Foundation (FSF), either version 3 of the License, or (at your option)
11  * any later version of the GPL published by the FSF.
12  *
13  * This program is distributed in the hope that it will be useful, but
14  * WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16  * General Public License for more details.
17  *
18  * You should have received a copy of the GNU General Public License along
19  * with this program in a file in the toplevel directory called "GPLv3".
20  * If not, see <http://www.gnu.org/licenses/>.
21  */
22 
23 #ifndef WORDS_BIGENDIAN
24 /* Define if your processor stores words with the most significant
25    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
26 /* #undef WORDS_BIGENDIAN */
27 #endif /* WORDS_BIGENDIAN */
28 
29 #ifndef HAVE_UINT64_T
30 /* Define if your compiler supports "uint64_t" for 64 bit integers */
31 #define HAVE_UINT64_T 1
32 #endif /* HAVE_UINT64_T */
33 
34 #ifndef HAVE_LONG_LONG
35 /* Define if your compiler supports "long long" for 64 bit integers */
36 #define HAVE_LONG_LONG 1
37 #endif /* HAVE_LONG_LONG */
38 
39 #ifndef HAVE_INT8
40 /* Define if type "int8" is defined already */
41 /* #undef HAVE_INT8 */
42 #endif /* HAVE_INT8 */
43 
44 #ifndef SIZEOF_LONG
45 /* The size of a `long', as computed by sizeof. */
46 #define SIZEOF_LONG 4
47 #endif /* SIZEOF_LONG */
48 
49 #ifndef HAVE_INTTYPES_H
50 /* Check if we have/need the inttypes include file */
51 #define HAVE_INTTYPES_H 1
52 #endif /* HAVE_INTTYPES_H */
53 
54 #ifndef HAVE_STDINT_H
55 /* Check if we have/need the stdint include file */
56 #define HAVE_STDINT_H 1
57 #endif /* HAVE_STDINT_H */
58 
59 #ifndef HAVE_SYS_TYPES_H
60 /* Check if we have/need the sys/types include file */
61 #define HAVE_SYS_TYPES_H 1
62 #endif /* HAVE_SYS_TYPES_H */
63 
64