Removed unnecessary _MD_MINIMUM_STACK_SIZE macro definition. Define this

macro only if the platform has a minimum stack size requirement.
This commit is contained in:
wtc%netscape.com 1999-11-19 00:52:58 +00:00
Родитель 96a7a8d65d
Коммит 194d25ba9e
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -59,8 +59,6 @@
#define HAVE_DLL
#define USE_DLFCN
#define _MD_MINIMUM_STACK_SIZE (32 * 1024)
#define USE_SETJMP
#if defined(__GLIBC__) && __GLIBC__ >= 2
#define _PR_POLL_AVAILABLE