Add a mark at simulation end for vcd/lxt/lxt2 files.
[iverilog.git] / vpi / vpi_config.h.in
blobacb51216a2563ec4efe8356fca783a6cb801084a
1 #ifndef __vpi_config_H
2 #define __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: vpi_config.h.in,v 1.2 2004/01/26 21:52:46 steve Exp $"
23 #endif
25 # undef HAVE_LIBIBERTY_H
26 # undef HAVE_MALLOC_H
27 # undef HAVE_DLFCN_H
28 # undef HAVE_DL_H
29 # undef HAVE_LIBZ
30 # undef HAVE_LIBBZ2
31 # undef WORDS_BIGENDIAN
33 # undef _LARGEFILE_SOURCE
34 #ifdef _LARGEFILE_SOURCE
35 # define _FILE_OFFSET_BITS 64
36 #endif
39 * $Log: vpi_config.h.in,v $
40 * Revision 1.2 2004/01/26 21:52:46 steve
41 * Make sure file64 support is on cc -D flags.
43 * Revision 1.1 2004/01/21 01:22:53 steve
44 * Give the vip directory its own configure and vpi_config.h
47 #endif // __config_H