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