Browse Source

*** empty log message ***

David Rose 25 years ago
parent
commit
a7a3eb52e9
1 changed files with 0 additions and 96 deletions
  1. 0 96
      dtool/dtool_config.h

+ 0 - 96
dtool/dtool_config.h

@@ -1,96 +0,0 @@
-/* dtool_config.h.  Generated automatically by ppremake 0.20 from Sources.pp. */
-
-/* Define if you have the ANSI C header files.  */
-#define STDC_HEADERS 1
-
-/* Define if your processor stores words with the most significant
-   byte first (like Motorola and SPARC, unlike Intel and VAX).  */
-#define WORDS_BIGENDIAN 1
-
-/* Define if the X Window System is missing or not being used.  */
-#undef X_DISPLAY_MISSING
-
-/* Define if lex declares yytext as a char * by default, not a char[].  */
-#undef YYTEXT_POINTER
-
-/* Define if the C++ compiler uses namespaces.  */
-#define HAVE_NAMESPACE 1
-
-/* Define if the C++ iostream library supports ios::binary.  */
-#undef HAVE_IOS_BINARY
-
-/* Define if we have Python installed.  */
-#define HAVE_PYTHON 1
-
-/* Define if we have NSPR installed.  */
-#define HAVE_NSPR 1
-
-/* Define if we have VRPN installed.  */
-#undef HAVE_VRPN
-
-/* Define if we have zlib installed.  */
-#define HAVE_ZLIB 1
-
-/* Define if we have OpenGL installed and want to build for GL.  */
-#define HAVE_GL 1
-
-/* Define if we have GLU installed.  */
-#undef HAVE_GLU
-
-/* Define if we have GLX installed and want to build for GLX.  */
-#define HAVE_GLX 1
-
-/* Define if we have Glut installed and want to build for Glut.  */
-#undef HAVE_GLUT
-
-/* Define if we want to build the Renderman interface.  */
-#undef HAVE_RIB
-
-/* Define if we want to use mikmod for audio.  */
-#undef HAVE_MIKMOD
-
-/* Define if we have a gettimeofday() function. */
-#define HAVE_GETTIMEOFDAY 1
-
-/* Define if gettimeofday() takes only one parameter. */
-#undef GETTIMEOFDAY_ONE_PARAM
-
-/* Define if you have the getopt function.  */
-#define HAVE_GETOPT 1
-
-/* Define if you have the getopt_long_only function.  */
-#undef HAVE_GETOPT_LONG_ONLY
-
-/* Define if you have the <alloca.h> header file.  */
-#define HAVE_ALLOCA_H 1
-
-/* Define if you have the <io.h> header file.  */
-#undef HAVE_IO_H
-
-/* Define if you have the <iostream> header file.  */
-#undef HAVE_IOSTREAM
-
-/* Define if you have the <malloc.h> header file.  */
-#define HAVE_MALLOC_H 1
-
-/* Define if you have the <alloca.h> header file.  */
-#define HAVE_ALLOCA_H 1
-
-/* Define if you have the <minmax.h> header file.  */
-#undef HAVE_MINMAX_H
-
-/* Define if you have the <sstream> header file.  */
-#undef HAVE_SSTREAM
-
-/* Define if you have the <sys/types.h> header file.  */
-#undef HAVE_SYS_TYPES
-
-/* Define if you have the <unistd.h> header file.  */
-#define HAVE_UNISTD_H 1
-
-/* Name of package */
-#define PACKAGE dtool
-
-/* Version number of package */
-#define VERSION 0.80
-