mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Teach libstdc++ about frexpl() and ldexpl().
This commit is contained in:
parent
c9a4bb99b0
commit
b4a12fe13b
1 changed files with 2 additions and 2 deletions
|
|
@ -285,7 +285,7 @@
|
|||
#define HAVE_FREXPF 1
|
||||
|
||||
/* Define to 1 if you have the `frexpl' function. */
|
||||
/* #undef HAVE_FREXPL */
|
||||
#define HAVE_FREXPL 1
|
||||
|
||||
/* Define to 1 if you have the `fwide' function. */
|
||||
#define HAVE_FWIDE 1
|
||||
|
|
@ -357,7 +357,7 @@
|
|||
#define HAVE_LDEXPF 1
|
||||
|
||||
/* Define to 1 if you have the `ldexpl' function. */
|
||||
/* #undef HAVE_LDEXPL */
|
||||
#define HAVE_LDEXPL 1
|
||||
|
||||
/* Define to 1 if you have the <libintl.h> header file. */
|
||||
/* #undef HAVE_LIBINTL_H */
|
||||
|
|
|
|||
Loading…
Reference in a new issue