Include config.h

This commit is contained in:
Jack Jansen 1996-08-19 11:36:59 +00:00
parent cfadbd40e1
commit 007fa82581
1 changed files with 2 additions and 0 deletions

View File

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