diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-02-25 00:29:16 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-02-25 00:29:16 -0800 |
commit | f46a5e3cdea380494554b0bd11782c8a4dabdc66 (patch) | |
tree | 365cb7401664f819e6dc5080d16581e303077517 /mpi-patches/use-txr-allocator | |
parent | a61708f6ca5df1dd17a6bad6a72003b08474ed6e (diff) | |
download | txr-f46a5e3cdea380494554b0bd11782c8a4dabdc66.tar.gz txr-f46a5e3cdea380494554b0bd11782c8a4dabdc66.tar.bz2 txr-f46a5e3cdea380494554b0bd11782c8a4dabdc66.zip |
* configure: Added feature tests for makedev, link/symlink/readlink,
mkdir and mknod.
* eval.c (eval_init): Wrap #ifdefs around the registrations of
the wrappers for these functions.
* stream.c (mkdir_wrap): Wrap in #ifdef HAVE_MKDIR, and
provide a Windows version if HAVE_MKDIR is missing, but
HAVE_WINDOWS_H is true.
(makedev_wrap, major_wrap, minor_wrap): Wrap with #if HAVE_MAKEDEV.
(mknod): Use #if HAVE_MKNOD.
(symlink_wrap, link_wrap, readlink_wrap): Wrap with #if HAVE_SYMLINK.
Diffstat (limited to 'mpi-patches/use-txr-allocator')
0 files changed, 0 insertions, 0 deletions