--- dietlibc/dietfeatures.h 2001/10/10 23:55:35 1.32 +++ dietlibc/dietfeatures.h 2001/10/25 18:36:36 1.33 @@ -74,4 +74,10 @@ #define _REENTRANT #endif +#ifdef __DYN_LIB +#ifndef WANT_DYNAMIC +#define WANT_DYNAMIC +#endif +#endif + #endif