1
0
Fork 0
flightgear/config.h.in

71 lines
1.8 KiB
C
Raw Normal View History

1998-04-03 22:05:27 +00:00
/**************************************************************************
* config.h.in -- These are some of the defines made by autoconf
*
* Contributed by Petter Reinholdtsen <pere@games.no>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* $Id$
* (Log is kept at end of this file)
**************************************************************************/
#undef PACKAGE
#undef VERSION
#undef HAVE_LIBM
#undef HAVE_LIBX11
#undef HAVE_LIBXEXT
#undef HAVE_LIBXI
#undef HAVE_LIBXMU
#undef HAVE_LIBMESAGL
#undef HAVE_LIBMESAGL
#undef HAVE_LIBMESAGLU
#undef HAVE_LIBGLUT
#undef HAVE_FCNTL_H
#undef HAVE_GETOPT_H
#undef HAVE_MALLOC_H
#undef HAVE_STDLIB_H
#undef HAVE_SYS_TIME_H
#undef HAVE_SYS_TIMEB_H
#undef HAVE_UNISTD_H
#undef HAVE_WINDOWS_H
#undef HAVE_WINBASE_H
#undef STDC_HEADERS
#undef TIME_WITH_SYS_TIME
#undef RETSIGTYPE
#undef HAVE_FTIME
#undef HAVE_GETITIMER
#undef HAVE_GETLOCALTIME
#undef HAVE_GETTIMEOFDAY
#undef HAVE_MKTIME
#undef HAVE_RAND
#undef HAVE_RANDOM
#undef HAVE_SETITIMER
#undef HAVE_SIGNAL
#undef HAVE_STRSTR
#undef HAVE_VALUES
#undef HAVE_VPRINTF
#undef WIN32
/* $Log$
/* Revision 1.1 1998/04/03 22:05:28 curt
/* Converting to Gnu autoconf system.
/*
*/