sl@0: // Boost Filesystem cerrno.hpp header --------------------------------------// sl@0: sl@0: // Copyright Beman Dawes 2005. sl@0: // Use, modification, and distribution is subject to the Boost Software sl@0: // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at sl@0: // http://www.boost.org/LICENSE_1_0.txt) sl@0: sl@0: // See library home page at http://www.boost.org/libs/filesystem sl@0: sl@0: #ifndef BOOST_FILESYSTEM_CERRNO_HPP sl@0: #define BOOST_FILESYSTEM_CERRNO_HPP sl@0: sl@0: #include sl@0: sl@0: #if defined __BORLANDC__ sl@0: #define ENOSYS 9997 sl@0: #endif sl@0: sl@0: #define EBADHANDLE 9998 // bad handle sl@0: #define EOTHER 9999 // Other error not translatable sl@0: // to a POSIX errno value sl@0: sl@0: #endif // include guard