libowfat/havealloca.h
2004-01-08 16:34:47 +00:00

4 lines
115 B
C

#if defined(__linux__) || defined(_SGI_SOURCE) || defined(__hpux__) || defined(__sun__)
#include <alloca.h>
#endif