198944Sobrien/* Version information for GDB.
298944Sobrien   Copyright 1999 Free Software Foundation, Inc.
398944Sobrien
498944Sobrien   This file is part of GDB.
598944Sobrien
698944Sobrien   This program is free software; you can redistribute it and/or modify
798944Sobrien   it under the terms of the GNU General Public License as published by
898944Sobrien   the Free Software Foundation; either version 2 of the License, or
998944Sobrien   (at your option) any later version.
1098944Sobrien
1198944Sobrien   This program is distributed in the hope that it will be useful,
1298944Sobrien   but WITHOUT ANY WARRANTY; without even the implied warranty of
1398944Sobrien   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1498944Sobrien   GNU General Public License for more details.
1598944Sobrien
1698944Sobrien   You should have received a copy of the GNU General Public License
1798944Sobrien   along with this program; if not, write to the Free Software
1898944Sobrien   Foundation, Inc., 59 Temple Place - Suite 330,
1998944Sobrien   Boston, MA 02111-1307, USA.  */
2098944Sobrien
2198944Sobrien#ifndef VERSION_H
2298944Sobrien#define VERSION_H
2398944Sobrien
2498944Sobrien/* Version number of GDB, as a string.  */
2598944Sobrienextern const char version[];
2698944Sobrien
2798944Sobrien/* Canonical host name as a string. */
2898944Sobrienextern const char host_name[];
2998944Sobrien
3098944Sobrien/* Canonical target name as a string. */
3198944Sobrienextern const char target_name[];
3298944Sobrien
3398944Sobrien#endif /* #ifndef VERSION_H */
34