Eventually including autotools generated ../config.h with all source files.

(GNU xorriso plans to use autoheader for a diet of its build messages.)
This commit is contained in:
2010-05-16 10:20:12 +02:00
parent 3528493b92
commit ae626b9570
32 changed files with 130 additions and 0 deletions

View File

@ -14,6 +14,10 @@
#include "messages.h"
#include "../version.h"
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
#include <stdlib.h>
#include <wchar.h>
#include <string.h>