sun2 does not have stdatomic.h

This commit is contained in:
christos 2018-04-09 19:33:14 +00:00
parent e71c4e91db
commit ef0b7f3fb2
1 changed files with 3 additions and 0 deletions

View File

@ -839,8 +839,11 @@
/* Define to 1 if you have the <stdarg.h> header file. */
#define HAVE_STDARG_H 1
/* sun2 does not have atomics */
#ifndef __mc68010__
/* Define to 1 if you have the <stdatomic.h> header file. */
#define HAVE_STDATOMIC_H 1
#endif
/* Define to 1 if stdbool.h conforms to C99. */
#define HAVE_STDBOOL_H 1