blob: 5b09ddb0fc57e47f22f69e565e9a9d2bc29a47d2 [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/*
8 This file is part of Valgrind, an x86 protected-mode emulator
9 designed for debugging and profiling binaries on x86-Unixes.
10
11 Copyright (C) 2000-2002 Julian Seward
12 jseward@acm.org
13 Julian_Seward@muraroa.demon.co.uk
14
15 This program is free software; you can redistribute it and/or
16 modify it under the terms of the GNU General Public License as
17 published by the Free Software Foundation; either version 2 of the
18 License, or (at your option) any later version.
19
20 This program is distributed in the hope that it will be useful, but
21 WITHOUT ANY WARRANTY; without even the implied warranty of
22 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
23 General Public License for more details.
24
25 You should have received a copy of the GNU General Public License
26 along with this program; if not, write to the Free Software
27 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
28 02111-1307, USA.
29
30 The GNU General Public License is contained in the file LICENSE.
31*/
32
33/* For the rationale behind this file, look at
34 VG_(mash_LD_PRELOAD_string) in vg_main.c. */
35
36/* Remember not to use a variable of this name in any program you want
37 to debug :-) */
38int dont_mess_with_the_RSCDS = 0;
39
40/* If you are bored, perhaps have a look at http://www.rscds.org. */
41
42/*--------------------------------------------------------------------*/
43/*--- end vg_valgrinq_dummy.c ---*/
44/*--------------------------------------------------------------------*/