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

dtool/acconfig.h

Go to the documentation of this file.
00001 /* acconfig.h
00002    This file is in the public domain.
00003 
00004    Descriptive text for the C preprocessor macros that
00005    the distributed Autoconf macros can define.
00006    No software package will use all of them; autoheader copies the ones
00007    your configure.in uses into your configuration header file templates.
00008 
00009    The entries are in sort -df order: alphabetical, case insensitive,
00010    ignoring punctuation (such as underscores).  Although this order
00011    can split up related entries, it makes it easier to check whether
00012    a given entry is in the file.
00013 
00014    Leave the following blank line there!!  Autoheader needs it.  */
00015 
00016 
00017 /* Define if the C++ compiler uses namespaces.  */
00018 #undef HAVE_NAMESPACE
00019 
00020 /* Define if the C++ iostream library supports ios::binary.  */
00021 #undef HAVE_IOS_BINARY
00022 
00023 /* The current version number. */
00024 #define VERSION 0.0
00025 
00026 /* Define if we have Python installed.  */
00027 #undef HAVE_PYTHON
00028 
00029 /* Define if we have NSPR installed.  */
00030 #undef HAVE_NSPR
00031 
00032 /* Define if we have zlib installed.  */
00033 #undef HAVE_ZLIB
00034 
00035 /* Define if we have OpenGL installed and want to build for GL.  */
00036 #undef HAVE_GL
00037 
00038 /* Define if we have GLU installed.  */
00039 #undef HAVE_GLU
00040 
00041 /* Define if we have GLX installed and want to build for GLX.  */
00042 #undef HAVE_GLX
00043 
00044 /* Define if we have Glut installed and want to build for Glut.  */
00045 #undef HAVE_GLUT
00046 
00047 /* Define if we have DirectX installed and want to build for DirectX.  */
00048 #undef HAVE_DX
00049 
00050 /* Define if we want to build the Renderman interface.  */
00051 #undef HAVE_RIB
00052 
00053 /* Define if we want to use mikmod for audio.  */
00054 #undef HAVE_MIKMOD
00055 
00056 /* Define if we have a gettimeofday() function. */
00057 #undef HAVE_GETTIMEOFDAY
00058 
00059 /* Define if gettimeofday() takes only one parameter. */
00060 #undef GETTIMEOFDAY_ONE_PARAM
00061 
00062 
00063 /* Leave that blank line there!!  Autoheader needs it.
00064    If you're adding to this file, keep in mind:
00065    The entries are in sort -df order: alphabetical, case insensitive,
00066    ignoring punctuation (such as underscores).  */
00067 
00068 

Generated on Thu May 1 22:12:48 2003 for DTool by doxygen1.3