quakeforge/tools/qfcc/include/config.h.in
Jeff Teunissen 2dd03876af QFCC -- the QuakeForge Code Compiler -- an autoconfiscated qcc.
It sucks, but it works, and will form the basis for something that Does
Not Suck.
2001-02-24 06:58:54 +00:00

20 lines
430 B
C

/* include/config.h.in. Generated automatically from configure.in by autoheader. */
/*
Compiler/Machine-Specific Configuration
*/
#ifndef __config_h_
#define __config_h_
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Name of package */
#undef PACKAGE
/* Version number of package */
#undef VERSION
#endif // __config_h_