Rename autotools_config.h to cde_config.h to better reflect it's ownership.
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#if defined(HAVE_CONFIG_H)
|
||||
# include <autotools_config.h>
|
||||
# include <cde_config.h>
|
||||
#endif
|
||||
#if defined(HAVE_LOCALE_H)
|
||||
# include <locale.h>
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
****************************************************************************
|
||||
************************************<+>*************************************/
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <autotools_config.h>
|
||||
#include <cde_config.h>
|
||||
#endif
|
||||
/*
|
||||
* system includes
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
/* use autotools detection to determine endianess */
|
||||
#if defined(HAVE_CONFIG_H)
|
||||
# include <autotools_config.h>
|
||||
# include <cde_config.h>
|
||||
#endif
|
||||
|
||||
#ifndef WORDS_BIGENDIAN
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
*
|
||||
* $Log$
|
||||
*/
|
||||
#include <autotools_config.h>
|
||||
#include <cde_config.h>
|
||||
#include <Dt/SearchP.h>
|
||||
|
||||
/********************************/
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <autotools_config.h>
|
||||
#include <cde_config.h>
|
||||
#endif
|
||||
#include <EUSCompat.h>
|
||||
#include "cm.h"
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
#include <rpc/rpc.h>
|
||||
#include <util/tt_xdr_utils.h>
|
||||
#include <memory.h>
|
||||
#include <autotools_config.h>
|
||||
#include <cde_config.h>
|
||||
#include "tt_options.h"
|
||||
|
||||
#if defined(__OpenBSD__)
|
||||
|
||||
Reference in New Issue
Block a user