00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 
00015 
00016 #ifndef ACE_OS_INCLUDE_SYS_OS_UN_H
00017 #define ACE_OS_INCLUDE_SYS_OS_UN_H
00018 
00019 #include  "ace/pre.h"
00020 
00021 #include "ace/config-lite.h"
00022 
00023 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00024 # pragma once
00025 #endif 
00026 
00027 #include "ace/os_include/sys/os_socket.h"
00028 
00029 #if !defined (ACE_LACKS_SYS_UN_H)
00030 #  include  <sys/un.h>
00031 #endif 
00032 
00033 
00034 #ifdef __cplusplus
00035 extern "C"
00036 {
00037 #endif 
00038 
00039 #if defined (ACE_VXWORKS) && (ACE_VXWORKS <= 0x600)
00040 struct sockaddr_un {
00041   short sun_family;    
00042   char  sun_path[108]; 
00043 };
00044 #endif 
00045 
00046 
00047 #ifdef __cplusplus
00048 }
00049 #endif 
00050 
00051 #include  "ace/post.h"
00052 #endif