summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/mqueueconfig.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
| | | | | | | | Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
* posix: Split posix_api_configuration_tableSebastian Huber2018-10-291-0/+34
Use separate configuration variables to avoid false dependencies. Update #2514.