nkeynes@362: /* Random host-dependent support code. nkeynes@362: Copyright 1995, 1997, 2000 Free Software Foundation, Inc. nkeynes@362: Written by Ken Raeburn. nkeynes@362: nkeynes@362: This file is part of libopcodes, the opcodes library. nkeynes@362: nkeynes@362: This program is free software; you can redistribute it and/or modify nkeynes@362: it under the terms of the GNU General Public License as published by nkeynes@362: the Free Software Foundation; either version 2 of the License, or nkeynes@362: (at your option) any later version. nkeynes@362: nkeynes@362: This program is distributed in the hope that it will be useful, nkeynes@362: but WITHOUT ANY WARRANTY; without even the implied warranty of nkeynes@362: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the nkeynes@362: GNU General Public License for more details. nkeynes@362: nkeynes@362: You should have received a copy of the GNU General Public License nkeynes@362: along with this program; if not, write to the Free Software nkeynes@362: Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ nkeynes@362: nkeynes@362: /* Do system-dependent stuff, mainly driven by autoconf-detected info. nkeynes@362: nkeynes@362: Well, some generic common stuff is done here too, like including nkeynes@362: ansidecl.h. That's because the .h files in bfd/hosts files I'm nkeynes@362: trying to replace often did that. If it can be dropped from this nkeynes@362: file (check in a non-ANSI environment!), it should be. */ nkeynes@362: nkeynes@755: #include "lxdream.h" nkeynes@362: nkeynes@755: #include "x86dasm/ansidecl.h" nkeynes@362: nkeynes@362: #ifdef HAVE_STDLIB_H nkeynes@362: #include nkeynes@362: #endif nkeynes@362: nkeynes@362: #ifdef HAVE_STRING_H nkeynes@362: #include nkeynes@362: #else nkeynes@362: #ifdef HAVE_STRINGS_H nkeynes@362: #include nkeynes@362: #endif nkeynes@362: #endif