summaryrefslogtreecommitdiff
path: root/client/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/internal.h')
-rw-r--r--client/internal.h8
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