Remove the HAVE_UINT define & uint typedef as NSPR unconditionally typedefs uint.

This commit is contained in:
cls%seawood.org 2000-03-02 15:57:10 +00:00
Родитель f8f3a3177d
Коммит 2fa25fde1c
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -294,11 +294,6 @@ typedef enum { LockOutDatabase, UnlockDatabase } DBLockFlagEnum;
#define DB_TXN 0x8000 /* Do transactions. */
#endif
/* if we're using gcc's -pedantic-errors, uint isn't defined */
#if !defined(HAVE_UINT)
typedef unsigned int uint;
#endif
/* Access method description structure. */
typedef struct __db {
DBTYPE type; /* Underlying db type. */