blob: 34b718ea9bf01375a7ea08b0b83596a1a0bc5c6e [file] [log] [blame]
sewardjde4a1d02002-03-22 01:27:54 +00001
2/*--------------------------------------------------------------------*/
3/*--- Used to make a dummy valgrinq.so, which does nothing at all. ---*/
4/*--- vg_valgrinq_dummy.c ---*/
5/*--------------------------------------------------------------------*/
6
7/*
njnc9539842002-10-02 13:26:35 +00008 This file is part of Valgrind, an extensible x86 protected-mode
9 emulator for monitoring program execution on x86-Unixes.
sewardjde4a1d02002-03-22 01:27:54 +000010
11 Copyright (C) 2000-2002 Julian Seward
12 jseward@acm.org
sewardjde4a1d02002-03-22 01:27:54 +000013
14 This program is free software; you can redistribute it and/or
15 modify it under the terms of the GNU General Public License as
16 published by the Free Software Foundation; either version 2 of the
17 License, or (at your option) any later version.
18
19 This program is distributed in the hope that it will be useful, but
20 WITHOUT ANY WARRANTY; without even the implied warranty of
21 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
22 General Public License for more details.
23
24 You should have received a copy of the GNU General Public License
25 along with this program; if not, write to the Free Software
26 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
27 02111-1307, USA.
28
njn25e49d8e72002-09-23 09:36:25 +000029 The GNU General Public License is contained in the file COPYING.
sewardjde4a1d02002-03-22 01:27:54 +000030*/
31
32/* For the rationale behind this file, look at
njn25e49d8e72002-09-23 09:36:25 +000033 VG_(mash_LD_PRELOAD_and_LD_LIBRARY_PATH) in vg_main.c. */
sewardjde4a1d02002-03-22 01:27:54 +000034
35/* Remember not to use a variable of this name in any program you want
36 to debug :-) */
37int dont_mess_with_the_RSCDS = 0;
38
39/* If you are bored, perhaps have a look at http://www.rscds.org. */
40
41/*--------------------------------------------------------------------*/
42/*--- end vg_valgrinq_dummy.c ---*/
43/*--------------------------------------------------------------------*/