/* use pre-compiled headers, for speed */ #if __MWERKS__ #ifndef MSL_USE_PRECOMPILED_HEADERS #define MSL_USE_PRECOMPILED_HEADERS 1 #endif #include #endif /* standard headers */ #include #include /* defines */ #define HAVE_CONFIG_H 1 /* missing function prototypes */ extern char *strdup(const char *); extern int strcasecmp(const char *,const char *);