summaryrefslogtreecommitdiff
path: root/cpukit/posix/src/pthreadconfig.c (follow)
AgeCommit message (Collapse)Author
2020-04-16Canonicalize config.h includeSebastian Huber
Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
2018-10-29posix: Split posix_api_configuration_tableSebastian Huber
Use separate configuration variables to avoid false dependencies. Update #2514.