Implement a config.h to move defines off the compile line and reduce builds

This commit is contained in:
Douglas Clowes
2013-08-01 13:02:13 +10:00
parent 69925baaf6
commit df7afb367a
3 changed files with 33 additions and 16 deletions

View File

@@ -11,6 +11,7 @@
$Name: not supported by cvs2svn $
$Revision: 1.23.2.5 $
-----------------------------------------------------------------------*/
#include "config.h"
#include <stdlib.h>
#include <assert.h>
#include <glob.h>