sun2 does not have stdatomic.h
This commit is contained in:
parent
e71c4e91db
commit
ef0b7f3fb2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue