From e49f07f0627dacac164460c2defd8e5ad801435b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 19 Dec 2011 20:27:36 +0000 Subject: rename EPREFIX define to CONFIG_EPREFIX so we can have a local $EPREFIX var --- main.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main.h') diff --git a/main.h b/main.h index cd79a537..64362161 100644 --- a/main.h +++ b/main.h @@ -1,7 +1,7 @@ /* * Copyright 2005-2010 Gentoo Foundation * Distributed under the terms of the GNU General Public License v2 - * $Header: /var/cvsroot/gentoo-projects/portage-utils/main.h,v 1.14 2011/12/12 21:29:22 vapier Exp $ + * $Header: /var/cvsroot/gentoo-projects/portage-utils/main.h,v 1.15 2011/12/19 20:27:36 vapier Exp $ * * Copyright 2005-2010 Ned Ludd - * Copyright 2005-2010 Mike Frysinger - @@ -82,6 +82,6 @@ # define O_CLOEXEC 0 #endif -#ifndef EPREFIX -#define EPREFIX "/" +#ifndef CONFIG_EPREFIX +#define CONFIG_EPREFIX "/" #endif -- cgit v1.2.3-65-gdbad