enable C99 for some platforms

This commit is contained in:
Glenn Maynard
2007-05-03 02:29:56 +00:00
parent 2f4bfab78e
commit 1cb9a3cb89
@@ -1,6 +1,10 @@
#ifndef ARCH_SETUP_UNIX_H
#define ARCH_SETUP_UNIX_H
#if !defined(_STDC_C99) && !defined(__C99FEATURES__)
#define __C99FEATURES__
#endif
#if !defined(MISSING_STDINT_H) /* need to define int64_t if so */
#include <stdint.h>
#endif