diff options
Diffstat (limited to 'usr/src/cmd/ast/libast/sparcv9/FEATURE/sfio')
-rw-r--r-- | usr/src/cmd/ast/libast/sparcv9/FEATURE/sfio | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/usr/src/cmd/ast/libast/sparcv9/FEATURE/sfio b/usr/src/cmd/ast/libast/sparcv9/FEATURE/sfio new file mode 100644 index 0000000000..7cad3472b6 --- /dev/null +++ b/usr/src/cmd/ast/libast/sparcv9/FEATURE/sfio @@ -0,0 +1,17 @@ +/* : : generated from contrib/ast/src/lib/libast/features/sfio by iffe version 2012-07-17 : : */ +#ifndef _def_sfio_ast +#define _def_sfio_ast 1 +#define _sys_types 1 /* #include <sys/types.h> ok */ +#define _hdr_float 1 /* #include <float.h> ok */ +#define _hdr_floatingpoint 1 /* #include <floatingpoint.h> ok */ +#define _hdr_math 1 /* #include <math.h> ok */ +#define _hdr_values 1 /* #include <values.h> ok */ +#define _sys_filio 1 /* #include <sys/filio.h> ok */ +#define _sys_ioctl 1 /* #include <sys/ioctl.h> ok */ +#define _key_signed 1 /* signed is a reserved keyword */ +#define _ptr_bits 64 +#define _more_void_int 1 /* voidptr is larger than int */ +#define _more_long_int 1 /* long is larger than int */ +#define _lib_cvt 1 /* native floating point conversions ok */ +#define _xopen_stdio 1 /* Stdio fseek/fflush are X/Open-compliant */ +#endif |