mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 09:21:31 -05:00
8 lines
158 B
C
8 lines
158 B
C
#ifdef __sun
|
|
#define Use_GDTOA_Qtype
|
|
#else
|
|
#if defined(__i386) || defined(__x86_64)
|
|
#define Use_GDTOA_for_i386_long_double
|
|
#endif
|
|
#endif
|
|
#include "printf.c0"
|