never define MEMBUG
Definining MEMBUG causes allocations to randomly fail.
This commit is contained in:
parent
093943d4d0
commit
cd0874dda1
|
@ -264,12 +264,6 @@ int SyncOn = 0;
|
||||||
extern int SelectWaitTime;
|
extern int SelectWaitTime;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef DEBUG
|
|
||||||
#ifndef SPECIAL_MALLOC
|
|
||||||
#define MEMBUG
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(SVR4) || defined(__linux__) || defined(CSRG_BASED)
|
#if defined(SVR4) || defined(__linux__) || defined(CSRG_BASED)
|
||||||
#define HAS_SAVED_IDS_AND_SETEUID
|
#define HAS_SAVED_IDS_AND_SETEUID
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue