summaryrefslogtreecommitdiff
path: root/source4/lib/replace
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-07-13 11:17:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:23:01 -0500
commit2ea372afd98b133144ad897250bd89d2c2855b16 (patch)
treef313ccd6a2cedc514cd087f555f9b9b062527f9d /source4/lib/replace
parentc8461d737a7ec7ec22b7dbd8344a76e44378becf (diff)
downloadsamba-2ea372afd98b133144ad897250bd89d2c2855b16.tar.gz
samba-2ea372afd98b133144ad897250bd89d2c2855b16.tar.bz2
samba-2ea372afd98b133144ad897250bd89d2c2855b16.zip
r8420: slowly getting my way through some more heimdal portability fixes
(This used to be commit 59c3de6ca8b8e153e5cfd67da5f2afc2e23d36db)
Diffstat (limited to 'source4/lib/replace')
-rw-r--r--source4/lib/replace/replace.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/lib/replace/replace.h b/source4/lib/replace/replace.h
index 8062c4c683..89225d3d65 100644
--- a/source4/lib/replace/replace.h
+++ b/source4/lib/replace/replace.h
@@ -109,10 +109,6 @@ int asprintf(char **,const char *, ...) PRINTF_ATTRIBUTE(2,3);
#define VA_COPY(dest, src) (dest) = (src)
#endif
-#ifndef UINT16_MAX
-#define UINT16_MAX 65535
-#endif
-
#if defined(HAVE_VOLATILE)
#define VOLATILE volatile
#else