Mon Jan 20 12:48:57 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
[deliverable/binutils-gdb.git] / opcodes / sysdep.h
CommitLineData
50982f7f
KR
1/* Random host-dependent support code.
2 Copyright (C) 1995 Free Software Foundation, Inc.
3 Written by Ken Raeburn.
4
5This file is part of libopcodes, the opcodes library.
6
7This program is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 2 of the License, or
10(at your option) any later version.
11
12This program is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
18along with this program; if not, write to the Free Software
19Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
20
21/* Do system-dependent stuff, mainly driven by autoconf-detected info.
22
23 Well, some generic common stuff is done here too, like including
24 ansidecl.h. That's because the .h files in bfd/hosts files I'm
25 trying to replace often did that. If it can be dropped from this
26 file (check in a non-ANSI environment!), it should be. */
27
28#include "config.h"
29
30#include <ansidecl.h>
31
32#ifdef HAVE_STRING_H
33#include <string.h>
34#else
35#ifdef HAVE_STRINGS_H
36#include <strings.h>
37#endif
38#endif
This page took 0.068533 seconds and 4 git commands to generate.