diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-09-16 19:45:29 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-09-16 19:45:29 +0200 |
commit | 6d0a2851ed037f40e1685b68803fe13b718ace69 (patch) | |
tree | 154855d694ccc250e94e4fbbac04a1b72b5e9063 /NetWare/config.wc | |
parent | 592808d835b3ffde15f01fa99e513c647a8f08d9 (diff) | |
download | perl-6d0a2851ed037f40e1685b68803fe13b718ace69.tar.gz |
NetWare has stdbool.h, so add it as 'define' to config.wc
[bd31be4baa3ee68a failed to add *any* value for i_stdbool to config.wc]
Diffstat (limited to 'NetWare/config.wc')
-rw-r--r-- | NetWare/config.wc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NetWare/config.wc b/NetWare/config.wc index e0cd3005d9..298fe35be0 100644 --- a/NetWare/config.wc +++ b/NetWare/config.wc @@ -659,6 +659,7 @@ i_sgtty='undef' i_shadow='undef' i_socks='undef' i_stdarg='define' +i_stdbool='define' i_stddef='define' i_stdlib='define' i_string='define' |