diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-07-13 11:17:32 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2005-07-13 11:17:32 +0000 |
commit | 87826315b10ba92a49d300adc0d0297912be79c5 (patch) | |
tree | 6eb76412afd2f25b270004ac4080fe895e3a8015 /source/lib/replace/replace.h | |
parent | 6dac7bdf5fbfaaa2df6e368703ac276d6b8f1536 (diff) | |
download | samba-87826315b10ba92a49d300adc0d0297912be79c5.tar.gz samba-87826315b10ba92a49d300adc0d0297912be79c5.tar.xz samba-87826315b10ba92a49d300adc0d0297912be79c5.zip |
r8420: slowly getting my way through some more heimdal portability fixes
Diffstat (limited to 'source/lib/replace/replace.h')
-rw-r--r-- | source/lib/replace/replace.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source/lib/replace/replace.h b/source/lib/replace/replace.h index 8062c4c683f..89225d3d651 100644 --- a/source/lib/replace/replace.h +++ b/source/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 |