Add HAVE_CONFIG_H guards around #include "config.h".

This commit is contained in:
Ralf Corsepius
2010-03-27 04:54:19 +00:00
parent 37fbf4c487
commit ebdeaf6452
9 changed files with 20 additions and 2 deletions

View File

@@ -32,9 +32,11 @@
* %End-Header%
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "string.h"
#include <string.h>
#include "uuidP.h"

View File

@@ -34,10 +34,12 @@
* %End-Header%
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "uuidP.h"
#include <string.h>
#include "uuidP.h"
#define UUCMP(u1,u2) if (u1 != u2) return((u1 < u2) ? -1 : 1);

View File

@@ -32,7 +32,9 @@
* %End-Header%
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "uuidP.h"

View File

@@ -32,7 +32,9 @@
* %End-Header%
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "uuidP.h"

View File

@@ -32,7 +32,9 @@
* %End-Header%
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <string.h>
#include "uuidP.h"

View File

@@ -32,7 +32,9 @@
* %End-Header%
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdlib.h>
#include <stdio.h>

View File

@@ -32,7 +32,9 @@
* %End-Header%
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <string.h>
#include "uuidP.h"

View File

@@ -32,7 +32,9 @@
* %End-Header%
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdio.h>

View File

@@ -34,7 +34,9 @@
* %End-Header%
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#ifdef _WIN32
#define _WIN32_WINNT 0x0500