From a7a3eb52e99dd6a7703e11965d2ec46e0b5b39d3 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 4 Oct 2000 18:16:49 +0000 Subject: [PATCH] *** empty log message *** --- dtool/dtool_config.h | 96 -------------------------------------------- 1 file changed, 96 deletions(-) delete mode 100644 dtool/dtool_config.h diff --git a/dtool/dtool_config.h b/dtool/dtool_config.h deleted file mode 100644 index 66febee8c8..0000000000 --- a/dtool/dtool_config.h +++ /dev/null @@ -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 header file. */ -#define HAVE_ALLOCA_H 1 - -/* Define if you have the header file. */ -#undef HAVE_IO_H - -/* Define if you have the header file. */ -#undef HAVE_IOSTREAM - -/* Define if you have the header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if you have the header file. */ -#define HAVE_ALLOCA_H 1 - -/* Define if you have the header file. */ -#undef HAVE_MINMAX_H - -/* Define if you have the header file. */ -#undef HAVE_SSTREAM - -/* Define if you have the header file. */ -#undef HAVE_SYS_TYPES - -/* Define if you have the header file. */ -#define HAVE_UNISTD_H 1 - -/* Name of package */ -#define PACKAGE dtool - -/* Version number of package */ -#define VERSION 0.80 -