summaryrefslogtreecommitdiffstats
path: root/src/corelib/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/configure.json')
-rw-r--r--src/corelib/configure.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/corelib/configure.json b/src/corelib/configure.json
index c32354c771..7e5a7b8fde 100644
--- a/src/corelib/configure.json
+++ b/src/corelib/configure.json
@@ -162,6 +162,11 @@
"type": "compile",
"test": "unix/futimesat"
},
+ "getauxval": {
+ "label": "getauxval()",
+ "type": "compile",
+ "test": "unix/getauxval"
+ },
"getentropy": {
"label": "getentropy()",
"type": "compile",
@@ -217,11 +222,6 @@
"type": "compile",
"test": "unix/syslog"
},
- "sys_auxv": {
- "label": "sys/auxv.h",
- "type": "compile",
- "test": "unix/sys_auxv"
- },
"xlocalescanprint": {
"label": "xlocale.h (or equivalents)",
"type": "compile",
@@ -281,6 +281,11 @@
"condition": "!config.win32 && !features.futimens && !features.futimes && tests.futimesat",
"output": [ "privateFeature" ]
},
+ "getauxval": {
+ "label": "getauxval()",
+ "condition": "config.linux && tests.getauxval",
+ "output": [ "privateFeature" ]
+ },
"getentropy": {
"label": "getentropy()",
"condition": "config.unix && tests.getentropy",
@@ -418,11 +423,6 @@
"condition": "tests.syslog",
"output": [ "privateFeature" ]
},
- "sys_auxv": {
- "label": "sys/auxv.h",
- "condition": "config.linux && tests.sys_auxv",
- "output": [ "privateFeature" ]
- },
"threadsafe-cloexec": {
"label": "Threadsafe pipe creation",
"condition": "tests.cloexec",