Commit Graph

20 Commits

Author SHA1 Message Date
Christophe de Dinechin 2bd0e0efdc config: Add check for long double
Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
2021-02-07 07:04:43 +01:00
Christophe de Dinechin f2b321a4be config: Add tests for _Float80 and _Float128
Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
2021-02-07 07:01:55 +01:00
Christophe de Dinechin a4c6a19e45 Add configuration check for _Float16
Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
2021-02-07 01:15:39 +01:00
Christophe de Dinechin 9089276d59 Add configuration check for setlinebuf
This function is not present on MinGW (of course), and
the equivalent behaves in a non-sensical way (full buffering).

See discussion here: https://stackoverflow.com/questions/15972550/what-is-the-use-of-setvbuf-in-an-applicationexecutable
2019-03-28 11:37:19 +01:00
Christophe de Dinechin 5146122af7 Automatic copyright header adjustment 2019-03-22 16:43:14 +01:00
Christophe de Dinechin c8aa5562e5 Follow GNU guidelines regarding GPLv3
- Rename LICENSE to COPYING
- Add recommended header in each file
2019-03-18 11:10:18 +01:00
Christophe de Dinechin 02f28c2f32 Fix check_glob.c
On ARM, the missing return 0 at end causes the program to return 16.
I believe that this is an error relative to the standard, but
in any case, it's worth fixing.
2018-11-17 17:55:07 +01:00
Christophe de Dinechin 3fcd9e674d Add check for glob() function 2018-11-17 17:28:23 +01:00
Christophe de Dinechin 20cf6ace00 Add checks for various obsolete types 2018-11-17 11:45:16 +01:00
Christophe de Dinechin 3574cb6d2f Add HAVE_DRAND48 check for drand48() function 2018-11-04 17:59:18 +01:00
Christophe de Dinechin 49621a97f6 Add a check for the getpeereid() function in macOS 2018-06-26 16:33:41 +02:00
Christophe de Dinechin bd7e23a307 Avoid possibly undefined NULL 2018-06-14 17:39:09 +02:00
Christophe de Dinechin c691f04167 Add check for the 'sigaction' function
This check is easier to get in autoconf than a test for struct sigaction.
It's also more complete, since the recorder actually needs the function.
2018-04-13 15:19:18 +02:00
Christophe de Dinechin d6cd86f615 Add more config checks (lifted from SPICE/gtk) 2018-04-12 12:39:36 +02:00
Christophe de Dinechin 6dd6537407 Add a check for alloca() (moved from SPICE/common) 2018-04-10 19:11:34 +02:00
Christophe de Dinechin 5eca8a01aa Add more checks for recent versions of MinGW 2018-04-04 10:21:04 +02:00
Christophe de Dinechin c199342ed4 Add check for strtok_r 2018-04-04 10:21:04 +02:00
Christophe de Dinechin faeb41efd2 Add check for struct sigaction 2018-04-04 10:20:15 +02:00
Christophe de Dinechin 0f1266d53b Append output of executing the test program, so that we can add other #define's
The sbrk example shows the result of sbrk(0) first run.
2018-04-04 10:20:15 +02:00
Christophe de Dinechin 0a88f02d71 Add check for functions using a configuration file check 2018-04-04 10:20:15 +02:00