Rename autotools_config.h to cde_config.h to better reflect it's ownership.
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#if defined(HAVE_CONFIG_H)
|
||||
# include <autotools_config.h>
|
||||
# include <cde_config.h>
|
||||
#endif
|
||||
#if defined(HAVE_STRING_H)
|
||||
# include <string.h>
|
||||
|
||||
@@ -46,7 +46,7 @@ static char sccsid[] = "$TOG: RFCMIME.c /main/11 1999/06/30 12:08:55 mgreess $";
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <autotools_config.h>
|
||||
#include <cde_config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <autotools_config.h>
|
||||
#include <cde_config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
@@ -41,7 +41,7 @@ static char sccsid[] = "@(#)getdate.y 1.10 94/11/07 Copyr 1993 Sun Microsystems
|
||||
/* @(#)getdate.y 2.6 4/20/84 */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <autotools_config.h>
|
||||
#include <cde_config.h>
|
||||
#endif
|
||||
#include <EUSCompat.h>
|
||||
#include <ctype.h>
|
||||
|
||||
@@ -52,7 +52,7 @@ static char sccsid[] = "@(#)timeops.c 1.13 95/05/02 Copyr 1991 Sun Microsystems,
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <autotools_config.h>
|
||||
#include <cde_config.h>
|
||||
#endif
|
||||
#include <EUSCompat.h>
|
||||
#include <stdio.h>
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <autotools_config.h>
|
||||
#include <cde_config.h>
|
||||
#endif
|
||||
#include <EUSCompat.h>
|
||||
#include <stdio.h>
|
||||
|
||||
@@ -43,7 +43,7 @@ $COPYRIGHT$:
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <autotools_config.h>
|
||||
#include <cde_config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#ifndef _config_h
|
||||
#define _config_h 1
|
||||
|
||||
#include <autotools_config.h> // determine endianess
|
||||
#include <cde_config.h> // determine endianess
|
||||
|
||||
#if defined(WORDS_BIGENDIAN)
|
||||
# define OLIAS_BIG_ENDIAN
|
||||
|
||||
@@ -111,7 +111,7 @@
|
||||
* 2.1.5b cborodin bug. Segfault due to overflowing bitvector
|
||||
* after many deletions and no mrclean.
|
||||
*/
|
||||
#include <autotools_config.h>
|
||||
#include <cde_config.h>
|
||||
#include <Dt/SearchP.h>
|
||||
#include <limits.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
extern XmMenuState _XmGetMenuState();
|
||||
|
||||
#if defined(HAVE_CONFIG_H)
|
||||
#include <autotools_config.h>
|
||||
#include <cde_config.h>
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_SYS_TYPES_H)
|
||||
|
||||
Reference in New Issue
Block a user