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

vtkContainersConfigure.h

Go to the documentation of this file.
00001 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*-
00002  *
00003  * $Id: vtkContainersConfigure.h.in,v 1.5 2005/07/11 23:29:24 xpxqx Exp $
00004  *
00005  * Copyright (c) 2005 Sean McInerney
00006  * All rights reserved.
00007  *
00008  * See Copyright.txt or http://vtkcontainers.sourceforge.net/Copyright.html
00009  * for details.
00010  *
00011  *    This software is distributed WITHOUT ANY WARRANTY; without even 
00012  *    the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
00013  *    PURPOSE.  See the above copyright notice for more information.
00014  *
00015  */
00016 #ifndef VTK_CONTAINERS_CONFIGURE_H_
00017 #  define VTK_CONTAINERS_CONFIGURE_H_
00018 #  include "vtkConfigure.h"
00019 
00033 #  define VTK_CONTAINERS_VERSION_MAJOR  0
00034 #  define VTK_CONTAINERS_VERSION_MINOR  3
00035 #  define VTK_CONTAINERS_VERSION_STRING "0.3"
00036 
00039 #define VTK_CONTAINERS_SHARED_LIBS
00040 
00042 /* #undef VTK_CONTAINERS_SMALL_OBJECT_ALLOCATOR */
00043 
00046 /* #undef WIN32       */
00047 /* #undef APPLE       */
00048 #define UNIX       1
00049 
00056 #  define VTK_CONTAINERS_BEGIN_MACRO  do {
00057 #  define VTK_CONTAINERS_END_MACRO    } while (0)
00058 
00062 #  if defined(WIN32) && defined(VTK_CONTAINERS_SHARED_LIBS)
00063 #    if defined(vtkContainers_EXPORTS)
00064 #      define VTK_CONTAINERS_EXPORT __declspec( dllexport ) 
00065 #    else
00066 #      define VTK_CONTAINERS_EXPORT __declspec( dllimport ) 
00067 #    endif
00068 #  else
00069 #    define VTK_CONTAINERS_EXPORT
00070 #  endif
00071 
00073 #endif /* VTK_CONTAINERS_CONFIGURE_H_ */
00074 /*
00075  * End of: $Id: vtkContainersConfigure.h.in,v 1.5 2005/07/11 23:29:24 xpxqx Exp $.
00076  *
00077  */

Generated on Thu Jul 14 14:39:37 2005 for vtkContainers by doxygen 1.3.6