00001
00002
00003
00004
00005
00006
00007
00008
00015 #ifndef OSCLCONFIG_ERROR_H_INCLUDED
00016 #define OSCLCONFIG_ERROR_H_INCLUDED
00017
00018 #ifndef OSCLCONFIG_H_INCLUDED
00019 #include "osclconfig.h"
00020 #endif
00021
00022 #define OSCL_HAS_EXCEPTIONS 1
00023 #define OSCL_HAS_ERRNO_H 1
00024 #define OSCL_HAS_SYMBIAN_ERRORTRAP 0
00025 #define OSCL_HAS_SETJMP_H 1
00026
00027
00028 #include <setjmp.h>
00029 #include <errno.h>
00030
00031
00032
00033 #include "osclconfig_error_check.h"
00034
00035 #endif // OSCLCONFIG_ERROR_H_INCLUDED
00036