summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/mathl/domathl.c
blob: 0781577d280f8e3b567616ee0753f43c572e833e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/*
 * Copyright (c) 2010, 2011 by
 * Ralf Corsepius, Ulm/Germany. All rights reserved.
 *
 * Permission to use, copy, modify, and distribute this software
 * is freely granted, provided that this notice is preserved.
 */

/*
 * Try to compile and link against POSIX math routines.
 */

#ifdef HAVE_CONFIG_H
  #include "config.h"
#endif

/* FIXME: Why is this defined? */
#define NO_LONG_DOUBLE

#ifdef NO_LONG_DOUBLE
  #define PROVIDE_EMPTY_FUNC
#endif

#define SUFFIX l
#define FTYPE long double
#define PRI "%Lf"

#include <domath.h>