projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ca717f
)
Add configure result checks on odbc, per Peter E.
author
Bruce Momjian
<bruce@momjian.us>
Fri, 16 Nov 2001 18:10:04 +0000
(18:10 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Fri, 16 Nov 2001 18:10:04 +0000
(18:10 +0000)
src/interfaces/odbc/md5.h
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/odbc/md5.h
b/src/interfaces/odbc/md5.h
index b8b29d98e31e93dbf6d8dcd90ff81f5f535d8dfe..9cdd04458abb0696d4dff4469e7a3049773f3930 100644
(file)
--- a/
src/interfaces/odbc/md5.h
+++ b/
src/interfaces/odbc/md5.h
@@
-39,11
+39,12
@@
typedef char bool;
#endif /* not C++ */
#endif /* __BEOS__ */
-/* #if SIZEOF_UINT8 == 0 Can't get this from configure */
+/* Also defined in include/c.h */
+#if SIZEOF_UINT8 == 0
typedef unsigned char uint8; /* == 8 bits */
typedef unsigned short uint16; /* == 16 bits */
typedef unsigned int uint32; /* == 32 bits */
-
/* #endif
*/
+
#endif /* SIZEOF_UINT8 == 0
*/
extern bool EncryptMD5(const char *passwd, const char *salt,
size_t salt_len, char *buf);