00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 
00015 
00016 #ifndef ACE_OS_INCLUDE_OS_REGEX_H
00017 #define ACE_OS_INCLUDE_OS_REGEX_H
00018 
00019 #include  "ace/pre.h"
00020 
00021 #include  "ace/config-all.h"
00022 
00023 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00024 # pragma once
00025 #endif 
00026 
00027 #include "ace/os_include/sys/os_types.h"
00028 
00029 #if !defined (ACE_LACKS_REGEX_H)
00030 # include  <regex.h>
00031 #endif 
00032 
00033 #if defined (ACE_HAS_REGEX)
00034 #  include  <regexpr.h>
00035 #endif 
00036 
00037 
00038 #ifdef __cplusplus
00039 extern "C"
00040 {
00041 #endif 
00042 
00043 #ifdef __cplusplus
00044 }
00045 #endif 
00046 
00047 #include  "ace/post.h"
00048 #endif