aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/upas/nfs/a.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/upas/nfs/a.h')
-rw-r--r--src/cmd/upas/nfs/a.h14
1 files changed, 9 insertions, 5 deletions
diff --git a/src/cmd/upas/nfs/a.h b/src/cmd/upas/nfs/a.h
index 3c81deb0..7e5e8121 100644
--- a/src/cmd/upas/nfs/a.h
+++ b/src/cmd/upas/nfs/a.h
@@ -22,11 +22,6 @@ void mailthread(void (*fn)(void*), void*);
void warn(char*, ...);
-#define esmprint smprint
-#define emalloc(n) mallocz(n, 1)
-#define erealloc realloc
-#define estrdup strdup
-
enum
{
NoEncoding,
@@ -40,3 +35,12 @@ char* tcs(char*, char*);
char* unrfc2047(char*);
extern Imap *imap;
+
+#undef isnumber
+#define isnumber upas_isnumber
+
+#define esmprint smprint
+#define emalloc(n) mallocz(n, 1)
+#define erealloc realloc
+#define estrdup strdup
+