aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-11-15 16:16:08 +0000
committerBruce Momjian <bruce@momjian.us>2001-11-15 16:16:08 +0000
commit2c1784a9c7b52c0acee88420aeabd6171be76c6e (patch)
treed0a33d5071e3206e1b70fbb72731d61da6ae1015 /src
parent6c9b11b35e300955587403bc14b8fa0a9ebe458d (diff)
downloadpostgresql-2c1784a9c7b52c0acee88420aeabd6171be76c6e.tar.gz
postgresql-2c1784a9c7b52c0acee88420aeabd6171be76c6e.zip
Update md5.h because it can't get the value from configure.
Diffstat (limited to 'src')
-rw-r--r--src/interfaces/odbc/md5.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/odbc/md5.h b/src/interfaces/odbc/md5.h
index 9b5b0e33966..b8b29d98e31 100644
--- a/src/interfaces/odbc/md5.h
+++ b/src/interfaces/odbc/md5.h
@@ -39,11 +39,11 @@ typedef char bool;
#endif /* not C++ */
#endif /* __BEOS__ */
-#ifndef __BEOS__ /* this shouldn't be required, but is is! */
+/* #if SIZEOF_UINT8 == 0 Can't get this from configure */
typedef unsigned char uint8; /* == 8 bits */
typedef unsigned short uint16; /* == 16 bits */
typedef unsigned int uint32; /* == 32 bits */
-#endif /* __BEOS__ */
+/* #endif */
extern bool EncryptMD5(const char *passwd, const char *salt,
size_t salt_len, char *buf);