never define MEMBUG

Definining MEMBUG causes allocations to randomly fail.
This commit is contained in:
Daniel Stone 2006-07-19 20:13:02 -04:00 committed by Daniel Stone
parent 093943d4d0
commit cd0874dda1

View File

@ -264,12 +264,6 @@ int SyncOn = 0;
extern int SelectWaitTime;
#endif
#ifdef DEBUG
#ifndef SPECIAL_MALLOC
#define MEMBUG
#endif
#endif
#if defined(SVR4) || defined(__linux__) || defined(CSRG_BASED)
#define HAS_SAVED_IDS_AND_SETEUID
#endif