diff options
author | midipix <writeonce@midipix.org> | 2021-06-19 11:18:41 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-19 11:18:41 +0000 |
commit | b39c7335785e922030d44dcdacf5baf6725b38c9 (patch) | |
tree | 8a9369cf7c4d3867b0133a28deb3fb3bbe54ea92 /project | |
parent | edee3d2f5cc1c7d3bed2378a5c6b60f2882dbc6e (diff) | |
download | sbpython2-b39c7335785e922030d44dcdacf5baf6725b38c9.tar.bz2 sbpython2-b39c7335785e922030d44dcdacf5baf6725b38c9.tar.xz |
project: cfgdefs.sh: added header test for crypt.h.
Diffstat (limited to 'project')
-rw-r--r-- | project/config/cfgdefs.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project/config/cfgdefs.sh b/project/config/cfgdefs.sh index b32129a..583b8ab 100644 --- a/project/config/cfgdefs.sh +++ b/project/config/cfgdefs.sh @@ -148,6 +148,7 @@ cfgdefs_perform_common_tests() # headers cfgtest_header_absence 'stropts.h' cfgtest_header_presence 'stdatomic.h' + cfgtest_header_presence 'crypt.h' cfgtest_header_presence 'endian.h' cfgtest_header_presence 'net/if.h' cfgtest_header_presence 'sched.h' |