Include "config.h" instead of <config.h>.

This commit is contained in:
Ralf Corsépius 2007-10-28 06:57:08 +01:00
parent a241ba959f
commit bb3c8db9a5
11 changed files with 11 additions and 11 deletions

View File

@ -22,7 +22,7 @@
your main control loop, etc. to force garbage collection. */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include "config.h"
#endif
#ifdef HAVE_STRING_H

View File

@ -1,5 +1,5 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
# include "config.h"
#endif
#ifdef HAVE_STRING_H
#include <string.h>

View File

@ -22,7 +22,7 @@
/* Written by David MacKenzie <djm@gnu.ai.mit.edu>. */
#ifdef HAVE_CONFIG_H
# include <config.h>
# include "config.h"
#endif
#include <stdio.h>

View File

@ -23,7 +23,7 @@
/* #define DEBUG 1 */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include "config.h"
#endif
/* Assume that leap seconds are possible, unless told otherwise.

View File

@ -21,7 +21,7 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include <errno.h>
#ifdef HAVE_CONFIG_H
# include <config.h>
# include "config.h"
#endif
/* Define-away any (possibly conflicting) prototype of putenv.

View File

@ -19,7 +19,7 @@
USA. */
#ifdef HAVE_CONFIG_H
# include <config.h>
# include "config.h"
#endif
#include <string.h>

View File

@ -21,7 +21,7 @@
/* This is almost copied from strncpy.c, written by Torbjorn Granlund. */
#ifdef HAVE_CONFIG_H
# include <config.h>
# include "config.h"
#endif
#ifdef _LIBC

View File

@ -19,7 +19,7 @@
USA. */
#if HAVE_CONFIG_H
# include <config.h>
# include "config.h"
#endif
#if defined _LIBC || HAVE_STRING_H

View File

@ -16,7 +16,7 @@
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include "config.h"
#endif
#ifdef STDC_HEADERS

View File

@ -18,7 +18,7 @@
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#ifdef HAVE_CONFIG_H
# include <config.h>
# include "config.h"
#endif
#ifdef _LIBC

View File

@ -16,7 +16,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include "config.h"
#endif
#if defined(HAVE_STRING_H)