libowfat/havealloca.h

4 lines
115 B
C
Raw Normal View History

2004-01-08 16:34:47 +00:00
#if defined(__linux__) || defined(_SGI_SOURCE) || defined(__hpux__) || defined(__sun__)
2004-01-06 23:35:06 +00:00
#include <alloca.h>
#endif