From 91c74ae9f7fe595c486fd9979f888b5fc06393b3 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Tue, 7 Apr 2009 09:14:38 +0200 Subject: DATADIR -> GIPFEL_DATADIR --- src/gipfel.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/gipfel.cxx b/src/gipfel.cxx index 8fcc45f..f10c7c3 100644 --- a/src/gipfel.cxx +++ b/src/gipfel.cxx @@ -39,11 +39,11 @@ #include "choose_hill.H" #include "../config.h" -#ifndef DATADIR -#define DATADIR "/usr/local/share" +#ifndef GIPFEL_DATADIR +#define GIPFEL_DATADIR "/usr/local/share" #endif -#define DEFAULT_DATAFILE DATADIR "/" PACKAGE_NAME "/gipfel.dat" +#define DEFAULT_DATAFILE GIPFEL_DATADIR "/" PACKAGE_NAME "/gipfel.dat" char *img_file = NULL; char *data_file = DEFAULT_DATAFILE; -- cgit v1.2.3