os_utsname.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 
00003 //=============================================================================
00004 /**
00005  *  @file    os_utsname.h
00006  *
00007  *  system name structure
00008  *
00009  *  os_utsname.h,v 1.3 2004/08/25 16:05:42 shuston Exp
00010  *
00011  *  @author Don Hinton <dhinton@dresystems.com>
00012  *  @author This code was originally in various places including ace/OS.h.
00013  */
00014 //=============================================================================
00015 
00016 #ifndef ACE_OS_INCLUDE_SYS_OS_UTSNAME_H
00017 #define ACE_OS_INCLUDE_SYS_OS_UTSNAME_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 /* ACE_LACKS_PRAGMA_ONCE */
00026 
00027 #if !defined (ACE_LACKS_SYS_UTSNAME_H)
00028 #  include /**/ <sys/utsname.h>
00029 #endif /* !ACE_LACKS_SYS_UTSNAME_H */
00030 
00031 // Place all additions (especially function declarations) within extern "C" {}
00032 #ifdef __cplusplus
00033 extern "C"
00034 {
00035 #endif /* __cplusplus */
00036 
00037 #ifdef __cplusplus
00038 }
00039 #endif /* __cplusplus */
00040 
00041 #include /**/ "ace/post.h"
00042 #endif /* ACE_OS_INCLUDE_SYS_OS_UTSNAME_H */

Generated on Thu Nov 9 09:41:58 2006 for ACE by doxygen 1.3.6