Commit Graph

14 Commits

Author SHA1 Message Date
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