libtests: Avoid build system defined defines

Update #3818.
This commit is contained in:
Sebastian Huber
2019-11-06 06:58:34 +01:00
parent 5176555384
commit 5ba4f38399
20 changed files with 621 additions and 609 deletions

View File

@@ -14,6 +14,9 @@
#include "config.h"
#endif
/* FIXME: Why is this defined? */
#define NO_LONG_DOUBLE
#ifdef NO_LONG_DOUBLE
#define PROVIDE_EMPTY_FUNC
#endif