Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Library.h

Go to the documentation of this file.
00001 #ifndef _LIBRARY_H_
00002 #define _LIBRARY_H_
00003 
00004 #if !defined(WINNT) && !defined(SOLARIS)
00005 # error "Please define an operating system type."
00006 #endif
00007 
00008 // CKH: should this be here???
00009 #define MAX_NAME 256
00010 
00011 #if defined WINNT
00012 # include "OSDependent/WinNT/Library.h"
00013 #elif defined SOLARIS
00014 # include "OSDependent/Solaris/Library.h"
00015 #endif
00016 
00017 #endif  // _LIBRARY_H_

Generated on Mon Oct 7 09:33:29 2002 for Gaia by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001