CMS 3D CMS Logo

HostInfo.h

Go to the documentation of this file.
00001 #ifndef CLASSLIB_SYSAPI_HOST_INFO_H
00002 # define CLASSLIB_SYSAPI_HOST_INFO_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 # include "classlib/sysapi/system.h"
00007 # include <cctype>
00008 # ifdef _WIN32
00009 #  include <windows.h>
00010 #  include <wininet.h>
00011 # else
00012 #  include <netdb.h>
00013 #  include <unistd.h>
00014 #  include <sys/param.h>
00015 # endif
00016 
00017 //<<<<<< PUBLIC DEFINES                                                 >>>>>>
00018 //<<<<<< PUBLIC CONSTANTS                                               >>>>>>
00019 //<<<<<< PUBLIC TYPES                                                   >>>>>>
00020 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00021 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00022 
00023 #if !HAVE_GETHOSTNAME_DECL && ! defined _WIN32
00024 extern "C" int gethostname (char *, STDC::size_t);
00025 #endif
00026 
00027 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00028 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00029 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00030 
00031 #endif // CLASSLIB_SYSAPI_HOST_INFO_H

Generated on Tue Jun 9 17:38:52 2009 for CMSSW by  doxygen 1.5.4