From ac5e59e8c48e376e14f090497304742d073b50f3 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sun, 7 Oct 2007 21:58:10 +0000 Subject: Use WALLET_SERVER and WALLET_PORT rather than SERVER and PORT. --- client/internal.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'client/internal.h') diff --git a/client/internal.h b/client/internal.h index a32ed23..cbc1030 100644 --- a/client/internal.h +++ b/client/internal.h @@ -18,11 +18,11 @@ struct remctl; /* Temporary until we have some real configuration. */ -#ifndef SERVER -# define SERVER "wallet.stanford.edu" +#ifndef WALLET_SERVER +# define WALLET_SERVER "wallet.stanford.edu" #endif -#ifndef PORT -# define PORT 4444 +#ifndef WALLET_PORT +# define WALLET_PORT 4444 #endif BEGIN_DECLS -- cgit v1.2.3