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

Commit2c1784a

Browse files
committed
Update md5.h because it can't get the value from configure.
1 parent6c9b11b commit2c1784a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/interfaces/odbc/md5.h

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

42-
#ifndef__BEOS__/*this shouldn'tbe required, but is is! */
42+
/*#if SIZEOF_UINT8 == 0 Can'tget this from configure */
4343
typedefunsignedcharuint8;/* == 8 bits */
4444
typedefunsigned shortuint16;/* == 16 bits */
4545
typedefunsignedintuint32;/* == 32 bits */
46-
#endif/*__BEOS__ */
46+
/*#endif */
4747

4848
externboolEncryptMD5(constchar*passwd,constchar*salt,
4949
size_tsalt_len,char*buf);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp