Eventually including ../config.h generated by autotools

This commit is contained in:
Thomas Schmitt 2010-05-16 09:26:41 +00:00
parent 99e498057f
commit bf20ca5dfb
5 changed files with 17 additions and 1 deletions

View File

@ -10,6 +10,10 @@
Provided under GPL version 2 or later.
*/
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
/* <<< A70929 : hardcoded CD-RW with fabricated -msinfo
#define Hardcoded_cd_rW 1
#define Hardcoded_cd_rw_c1 12999

View File

@ -6,6 +6,10 @@
Provided under GPL version 2 or later.
*/
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
#include <stdlib.h>
#include <string.h>

View File

@ -12,6 +12,10 @@
Provided under GPL version 2 or later.
*/
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
/* ( derived from stub generated by CgeN on Sat, 01 Sep 2007 12:04:36 GMT ) */
#include <sys/types.h>

View File

@ -11,6 +11,10 @@
Provided under GPL version 2 or later.
*/
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
#include <stdlib.h>
#include <string.h>
#include <stdio.h>

View File

@ -1 +1 @@
#define Xorriso_timestamP "2010.05.15.184604"
#define Xorriso_timestamP "2010.05.16.092546"