#endif /* ndef __VG_INCLUDE_H */
+
+/* ---------------------------------------------------------------------
+ Finally - autoconf-generated settings
+ ------------------------------------------------------------------ */
+
+#include "config.h"
+
/*--------------------------------------------------------------------*/
/*--- end vg_include.h ---*/
/*--------------------------------------------------------------------*/
#include "vg_include.h"
#include "vg_constants.h"
-#include "vg_version.h"
/* ---------------------------------------------------------------------
VG_(clo_logfile_fd) = eventually_logfile_fd;
-# define STRINGIFY(xx) __STRING(xx)
if (VG_(clo_verbosity > 0))
VG_(message)(Vg_UserMsg,
"valgrind-%s, a memory error detector for x86 GNU/Linux.",
- STRINGIFY(VG_VERSION));
-# undef STRINGIFY
+ VERSION);
+
if (VG_(clo_verbosity > 0))
VG_(message)(Vg_UserMsg,
"Copyright (C) 2000-2002, and GNU GPL'd, by Julian Seward.");
#endif /* ndef __VG_INCLUDE_H */
+
+/* ---------------------------------------------------------------------
+ Finally - autoconf-generated settings
+ ------------------------------------------------------------------ */
+
+#include "config.h"
+
/*--------------------------------------------------------------------*/
/*--- end vg_include.h ---*/
/*--------------------------------------------------------------------*/
#include "vg_include.h"
#include "vg_constants.h"
-#include "vg_version.h"
/* ---------------------------------------------------------------------
VG_(clo_logfile_fd) = eventually_logfile_fd;
-# define STRINGIFY(xx) __STRING(xx)
if (VG_(clo_verbosity > 0))
VG_(message)(Vg_UserMsg,
"valgrind-%s, a memory error detector for x86 GNU/Linux.",
- STRINGIFY(VG_VERSION));
-# undef STRINGIFY
+ VERSION);
+
if (VG_(clo_verbosity > 0))
VG_(message)(Vg_UserMsg,
"Copyright (C) 2000-2002, and GNU GPL'd, by Julian Seward.");
+++ /dev/null
-#define VG_VERSION 20020317