Include config.h

This commit is contained in:
Jack Jansen 1996-08-19 11:36:59 +00:00
parent cfadbd40e1
commit 007fa82581

View file

@ -1,5 +1,7 @@
/* Return a string representing the compiler name */ /* Return a string representing the compiler name */
#include "config.h"
#ifdef THINK_C #ifdef THINK_C
#define COMPILER " [THINK C]" #define COMPILER " [THINK C]"
#endif #endif