mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
Add configure result checks on odbc, per Peter E.
This commit is contained in:
parent
1ca717f377
commit
07de4cbbbb
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user