Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit07de4cb

Browse files
committed
Add configure result checks on odbc, per Peter E.
1 parent1ca717f commit07de4cb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎src/interfaces/odbc/md5.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,12 @@ typedef char bool;
3939
#endif/* not C++ */
4040
#endif/* __BEOS__ */
4141

42-
/* #if SIZEOF_UINT8 == 0 Can't get this from configure */
42+
/* Also defined in include/c.h */
43+
#ifSIZEOF_UINT8==0
4344
typedefunsignedcharuint8;/* == 8 bits */
4445
typedefunsigned shortuint16;/* == 16 bits */
4546
typedefunsignedintuint32;/* == 32 bits */
46-
/*#endif */
47+
#endif/*SIZEOF_UINT8 == 0 */
4748

4849
externboolEncryptMD5(constchar*passwd,constchar*salt,
4950
size_tsalt_len,char*buf);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp