1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
#ifndef VISUAL_CONFIG_H
#define VISUAL_CONFIG_H
// Copyright (c) 2000, 2001, 2002, 2003 by David Scherrer and others.
// See the file liscence.txt for complete liscence terms.
// See the file authors.txt for a complete list of contributors.
/*
* Configuration header file. This file is automatically generated by configure.
* You should change config.h.in and configure.ac rather than this file
* See also platform.h
*/
/*
* Set this to 1 if we are building on some Win32 platform
*/
#undef HAVE_WIN32_API
/*
* Set this to 1 if your platform supports GtkGLarea.
*/
#undef HAVE_GTK_GL_AREA
/*
* Set this to 1 if your platform supports GtkGLExtmm.
* This support is experimental
*/
#undef HAVE_GTK_GL_EXT_MM
/*
* Set this to 1 if you want to build Visual with support for Numeric
*/
#undef VISUAL_HAVE_NUMERIC
/*
* Set this to 1 if you want to build Visual with support for Numarray
*/
#undef VISUAL_HAVE_NUMARRAY
#endif // !VISUAL_CONFIG_H
|