summaryrefslogtreecommitdiff
path: root/source4/lib/replace/replace.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/replace/replace.h')
-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