Eventually including ../config.h generated by autotools

This commit is contained in:
Thomas Schmitt 2010-05-16 09:32:14 +00:00
parent bf20ca5dfb
commit 585075af1b
28 changed files with 109 additions and 1 deletions

View File

@ -21,6 +21,10 @@
*/ */
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
#include <ctype.h> #include <ctype.h>
#include <sys/types.h> #include <sys/types.h>
#include <unistd.h> #include <unistd.h>

View File

@ -11,6 +11,10 @@
from ISO image. from ISO image.
*/ */
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
#include <ctype.h> #include <ctype.h>
#include <sys/types.h> #include <sys/types.h>
#include <unistd.h> #include <unistd.h>

View File

@ -9,6 +9,10 @@
CheckmediajoB which perform verifying runs on media resp. images. CheckmediajoB which perform verifying runs on media resp. images.
*/ */
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
#include <ctype.h> #include <ctype.h>
#include <sys/types.h> #include <sys/types.h>
#include <unistd.h> #include <unistd.h>

View File

@ -9,6 +9,10 @@
files between disk filesystem and ISO filesystem. files between disk filesystem and ISO filesystem.
*/ */
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
#include <ctype.h> #include <ctype.h>
#include <sys/types.h> #include <sys/types.h>
#include <unistd.h> #include <unistd.h>

View File

@ -9,6 +9,10 @@
filesystems. filesystems.
*/ */
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
#include <ctype.h> #include <ctype.h>
#include <sys/types.h> #include <sys/types.h>
#include <unistd.h> #include <unistd.h>

View File

@ -8,6 +8,10 @@
This file contains functions which operate on drives and media. This file contains functions which operate on drives and media.
*/ */
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
#include <ctype.h> #include <ctype.h>
#include <sys/types.h> #include <sys/types.h>
#include <unistd.h> #include <unistd.h>

View File

@ -8,6 +8,10 @@
This file contains the implementation of emulators for mkisofs and cdrecord. This file contains the implementation of emulators for mkisofs and cdrecord.
*/ */
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
#include <ctype.h> #include <ctype.h>
#include <sys/types.h> #include <sys/types.h>
#include <unistd.h> #include <unistd.h>

View File

@ -8,6 +8,10 @@
This file contains functions which operate on data filter objects. This file contains functions which operate on data filter objects.
*/ */
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
#include <ctype.h> #include <ctype.h>
#include <sys/types.h> #include <sys/types.h>
#include <unistd.h> #include <unistd.h>

View File

@ -9,6 +9,10 @@
ExprtesT which perform tree searches in libisofs or in POSIX filesystem ExprtesT which perform tree searches in libisofs or in POSIX filesystem
*/ */
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
#include <ctype.h> #include <ctype.h>
#include <sys/types.h> #include <sys/types.h>
#include <unistd.h> #include <unistd.h>

View File

@ -9,6 +9,10 @@
global properties. global properties.
*/ */
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
#include <ctype.h> #include <ctype.h>
#include <sys/types.h> #include <sys/types.h>
#include <unistd.h> #include <unistd.h>

View File

@ -8,6 +8,10 @@
This file contains functions which manipulate the libisofs tree model. This file contains functions which manipulate the libisofs tree model.
*/ */
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
#include <ctype.h> #include <ctype.h>
#include <sys/types.h> #include <sys/types.h>
#include <unistd.h> #include <unistd.h>

View File

@ -9,6 +9,10 @@
libisofs tree model. libisofs tree model.
*/ */
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
#include <ctype.h> #include <ctype.h>
#include <sys/types.h> #include <sys/types.h>
#include <unistd.h> #include <unistd.h>

View File

@ -9,6 +9,10 @@
and the libraries: libburn, libisofs, libisoburn. and the libraries: libburn, libisofs, libisoburn.
*/ */
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
#include <ctype.h> #include <ctype.h>
#include <sys/types.h> #include <sys/types.h>
#include <unistd.h> #include <unistd.h>

View File

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

View File

@ -8,6 +8,10 @@
This file contains the implementation of functions for pattern matching. This file contains the implementation of functions for pattern matching.
*/ */
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
#include <ctype.h> #include <ctype.h>
#include <sys/types.h> #include <sys/types.h>
#include <unistd.h> #include <unistd.h>

View File

@ -8,6 +8,10 @@
This file contains the miscellaneous helper functions of xorriso. This file contains the miscellaneous helper functions of xorriso.
*/ */
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
#include <ctype.h> #include <ctype.h>
#include <sys/types.h> #include <sys/types.h>
#include <unistd.h> #include <unistd.h>

View File

@ -9,6 +9,10 @@
in man page or info file derived from xorriso.texi. in man page or info file derived from xorriso.texi.
*/ */
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
#include <ctype.h> #include <ctype.h>
#include <sys/types.h> #include <sys/types.h>
#include <unistd.h> #include <unistd.h>

View File

@ -9,6 +9,10 @@
or info file derived from xorriso.texi. or info file derived from xorriso.texi.
*/ */
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
#include <ctype.h> #include <ctype.h>
#include <sys/types.h> #include <sys/types.h>
#include <unistd.h> #include <unistd.h>

View File

@ -9,6 +9,10 @@
or info file derived from xorriso.texi. or info file derived from xorriso.texi.
*/ */
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
#include <ctype.h> #include <ctype.h>
#include <sys/types.h> #include <sys/types.h>
#include <unistd.h> #include <unistd.h>

View File

@ -9,6 +9,10 @@
in man page or info file derived from xorriso.texi. in man page or info file derived from xorriso.texi.
*/ */
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
#include <ctype.h> #include <ctype.h>
#include <sys/types.h> #include <sys/types.h>
#include <unistd.h> #include <unistd.h>

View File

@ -9,6 +9,10 @@
and interpretation of command input. and interpretation of command input.
*/ */
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
#include <ctype.h> #include <ctype.h>
#include <sys/types.h> #include <sys/types.h>
#include <unistd.h> #include <unistd.h>

View File

@ -10,6 +10,10 @@
from ISO image. from ISO image.
*/ */
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
#include <ctype.h> #include <ctype.h>
#include <sys/types.h> #include <sys/types.h>
#include <unistd.h> #include <unistd.h>

View File

@ -8,6 +8,10 @@
This file contains the implementation of functions around files and strings. This file contains the implementation of functions around files and strings.
*/ */
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
#include <ctype.h> #include <ctype.h>
#include <sys/types.h> #include <sys/types.h>
#include <unistd.h> #include <unistd.h>

View File

@ -8,6 +8,10 @@
This file contains functions which sort and compare tree nodes. This file contains functions which sort and compare tree nodes.
*/ */
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
#include <ctype.h> #include <ctype.h>
#include <sys/types.h> #include <sys/types.h>
#include <unistd.h> #include <unistd.h>

View File

@ -8,6 +8,10 @@
This file contains the implementation of text i/o functions. This file contains the implementation of text i/o functions.
*/ */
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
#include <ctype.h> #include <ctype.h>
#include <sys/types.h> #include <sys/types.h>
#include <unistd.h> #include <unistd.h>

View File

@ -9,6 +9,10 @@
This file contains functions which are needed to write sessions. This file contains functions which are needed to write sessions.
*/ */
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
#include <ctype.h> #include <ctype.h>
#include <sys/types.h> #include <sys/types.h>
#include <unistd.h> #include <unistd.h>

View File

@ -80,6 +80,10 @@
*/ */
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
/* This may be changed to Xorriso_GNU_xorrisO in order to create GNU xorriso */ /* This may be changed to Xorriso_GNU_xorrisO in order to create GNU xorriso */
#define Xorriso_libburnia_xorrisO yes #define Xorriso_libburnia_xorrisO yes

View File

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