Document the predefined __ICARUS__ macro
[iverilog.git] / tgt-vvp / vvp_config.h.in
blob4738a8cd4494465febe7956fda6ed08cec5f667f
1 #ifndef __vvp_config_H
2 #define __vvp_config_H
3 /*
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)
10 * any later version.
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
21 #ifdef HAVE_CVS_IDENT
22 #ident "$Id: vvp_config.h.in,v 1.2 2005/12/07 03:43:30 steve Exp $"
23 #endif
25 #if defined(__cplusplus)
26 # if !defined(__GNUC__)
27 using namespace std;
28 # elif (__GNUC__ == 3)
29 using namespace std;
30 # endif
31 #endif
33 # undef HAVE_MALLOC_H
34 # undef HAVE_STDINT_H
36 # undef _LARGEFILE_SOURCE
37 # undef _LARGEFILE64_SOURCE
40 * $Log: vvp_config.h.in,v $
41 * Revision 1.2 2005/12/07 03:43:30 steve
42 * Include stdint.h if it is present.
44 * Revision 1.1 2004/01/20 21:00:47 steve
45 * Isolate configure from containing config.h
48 #endif // __vvp_config_H