4 * Copyright (c) 2004 Stephen Williams (steve@icarus.com)
6 * This source code is free software; you can redistribute it
7 * and/or modify it in source code form under the terms of the GNU
8 * General Public License as published by the Free Software
9 * Foundation; either version 2 of the License, or (at your option)
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
22 #ident "$Id: vvp_config.h.in,v 1.2 2005/12/07 03:43:30 steve Exp $"
25 #if defined(__cplusplus)
26 # if !defined(__GNUC__)
28 # elif (__GNUC__ == 3)
35 # undef HAVE_INTTYPES_H
37 # undef _LARGEFILE_SOURCE
38 # undef _LARGEFILE64_SOURCE
41 * $Log: vvp_config.h.in,v $
42 * Revision 1.2 2005/12/07 03:43:30 steve
43 * Include stdint.h if it is present.
45 * Revision 1.1 2004/01/20 21:00:47 steve
46 * Isolate configure from containing config.h
49 #endif // __vvp_config_H