blob: 26259ecfadfe6e60218b4d3cb550fad43ffe6bc1 [file] [log] [blame]
Benny Prijonoc4c61d02006-08-20 20:47:34 +00001/* $Id$ */
2/*
3 * Copyright (C)2003-2006 Benny Prijono <benny@prijono.org>
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 */
19#ifndef __PJ_COMPAT_M_AUTO_H__
20#define __PJ_COMPAT_M_AUTO_H__
21
22/**
23 * @file m_auto.h
24 * @brief Automatically generated process definition file.
25 */
26
Benny Prijonob466e232006-09-10 08:53:59 +000027/* Machine name, filled in by autoconf script */
Benny Prijonoc4c61d02006-08-20 20:47:34 +000028#undef PJ_M_NAME
29
Benny Prijonob466e232006-09-10 08:53:59 +000030/* Endianness, as detected by autoconf */
31#undef WORDS_BIGENDIAN
32
33#ifdef WORDS_BIGENDIAN
34# define PJ_IS_LITTLE_ENDIAN 0
35# define PJ_IS_BIG_ENDIAN 1
36#else
37# define PJ_IS_LITTLE_ENDIAN 1
38# define PJ_IS_BIG_ENDIAN 0
39#endif
40
Benny Prijonoc4c61d02006-08-20 20:47:34 +000041
42/* Specify if floating point is present/desired */
43#undef PJ_HAS_FLOATING_POINT
44
45/* Deprecated */
46#define PJ_HAS_PENTIUM 0
47
48#endif /* __PJ_COMPAT_M_AUTO_H__ */