Files
geant4/source/visualization/FukuiRenderer/include/G4FRSocketConfig.hh
T
2016-06-01 15:25:35 +02:00

41 lines
959 B
C++

// This code implementation is the intellectual property of
// the RD44 GEANT4 collaboration.
//
// By copying, distributing or modifying the Program (or any work
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4FRSocketConfig.hh,v 2.2 1998/12/03 22:07:21 stanaka Exp $
// GEANT4 tag $Name: geant4-00 $
//
////////////////////////////////
///// G4FRSocketConfig.h /////
////////////////////////////////
//=================//
#ifdef G4VIS_BUILD_DAWN_DRIVER
//=================//
#if !defined SOCKET_CONFIG_H
#define SOCKET_CONFIG_H
//----------------------------------//
// Select one from the List below ////
//----------------------------------//
#if defined SOCKET_IRIX_SOLARIS
#define FR_SOCKET_IRIX_SOLARIS
#else
#define FR_SOCKET_DEFAULT
#endif
///// NOT IMPLEMENTED //////////
//#define SOCKET_NT
#endif
#endif // G4VIS_BUILD_DAWN_DRIVER