diff options
author | Russ Allbery <rra@stanford.edu> | 2007-10-07 21:58:10 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-10-07 21:58:10 +0000 |
commit | ac5e59e8c48e376e14f090497304742d073b50f3 (patch) | |
tree | cf2f82a734e1b317df06c60471577c1d6b3d7861 /client/internal.h | |
parent | 3e221d9867c08835fef8e3f868f7482d82863005 (diff) |
Use WALLET_SERVER and WALLET_PORT rather than SERVER and PORT.
Diffstat (limited to 'client/internal.h')
-rw-r--r-- | client/internal.h | 8 |
1 files changed, 4 insertions, 4 deletions
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 |