#ifndef _SLANG_INCLUDE_H_ #define _SLANG_INCLUDE_H_ #include "config.h" #include "sl-feat.h" #include #include #ifdef HAVE_STDLIB_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #ifdef HAVE_MALLOC_H # include #endif #ifdef HAVE_MEMORY_H # include #endif #endif /* _SLANG_INCLUDE_H_ */