diff options
Diffstat (limited to 'ldap/libraries/libutil')
-rw-r--r-- | ldap/libraries/libutil/getopt.c | 5 | ||||
-rw-r--r-- | ldap/libraries/libutil/ntdebug.c | 5 | ||||
-rw-r--r-- | ldap/libraries/libutil/ntevent.c | 5 | ||||
-rw-r--r-- | ldap/libraries/libutil/ntreg.c | 5 | ||||
-rw-r--r-- | ldap/libraries/libutil/ntresource.h | 5 | ||||
-rw-r--r-- | ldap/libraries/libutil/ntstubs.c | 5 |
6 files changed, 30 insertions, 0 deletions
diff --git a/ldap/libraries/libutil/getopt.c b/ldap/libraries/libutil/getopt.c index 612d78fe..e3c5d56f 100644 --- a/ldap/libraries/libutil/getopt.c +++ b/ldap/libraries/libutil/getopt.c @@ -17,6 +17,11 @@ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + + #ifdef _WINDOWS #if defined(LIBC_SCCS) && !defined(lint) diff --git a/ldap/libraries/libutil/ntdebug.c b/ldap/libraries/libutil/ntdebug.c index 367ca6b9..9f429574 100644 --- a/ldap/libraries/libutil/ntdebug.c +++ b/ldap/libraries/libutil/ntdebug.c @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + /****************************************************** * * ntdebug.c - Sends debug output to window and stdout diff --git a/ldap/libraries/libutil/ntevent.c b/ldap/libraries/libutil/ntevent.c index 77eb3713..0eab55ef 100644 --- a/ldap/libraries/libutil/ntevent.c +++ b/ldap/libraries/libutil/ntevent.c @@ -36,6 +36,11 @@ * All rights reserved. * END COPYRIGHT BLOCK **/ +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + + #ifdef _WIN32 #include <windows.h> diff --git a/ldap/libraries/libutil/ntreg.c b/ldap/libraries/libutil/ntreg.c index d81446de..1efd536e 100644 --- a/ldap/libraries/libutil/ntreg.c +++ b/ldap/libraries/libutil/ntreg.c @@ -36,6 +36,11 @@ * All rights reserved. * END COPYRIGHT BLOCK **/ +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + + #ifdef _WIN32 #include <windows.h> diff --git a/ldap/libraries/libutil/ntresource.h b/ldap/libraries/libutil/ntresource.h index 173e5476..c8953513 100644 --- a/ldap/libraries/libutil/ntresource.h +++ b/ldap/libraries/libutil/ntresource.h @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + //{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by ntslapd.rc diff --git a/ldap/libraries/libutil/ntstubs.c b/ldap/libraries/libutil/ntstubs.c index e7adbf2e..393e269e 100644 --- a/ldap/libraries/libutil/ntstubs.c +++ b/ldap/libraries/libutil/ntstubs.c @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + /****************************************************** * * ntstubs.c - Stubs needed on NT when linking in |