1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

Rename autotools_config.h to cde_config.h to better reflect it's ownership.

This commit is contained in:
Jon Trulson 2021-12-22 13:21:43 -07:00
parent 1b67815df2
commit 3a0e92adb6
18 changed files with 19 additions and 19 deletions

4
cde/.gitignore vendored
View file

@ -2291,8 +2291,8 @@ ylwrap
.deps .deps
.objs .objs
.dirstamp .dirstamp
autotools_config.h cde_config.h
autotools_config.h.in cde_config.h.in
lib/DtTerm/util/lineToData lib/DtTerm/util/lineToData
lib/csa/y.tab.c lib/csa/y.tab.c
lib/csa/y.tab.h lib/csa/y.tab.h

View file

@ -5,7 +5,7 @@ AC_INIT([Common Desktop Environment],
[https://sourceforge.net/projects/cdesktopenv], [https://sourceforge.net/projects/cdesktopenv],
[cde], [cde],
[https://sourceforge.net/projects/cdesktopenv]) [https://sourceforge.net/projects/cdesktopenv])
AC_CONFIG_HEADERS([include/autotools_config.h]) AC_CONFIG_HEADERS([include/cde_config.h])
AC_CONFIG_MACRO_DIRS([m4]) AC_CONFIG_MACRO_DIRS([m4])
AM_INIT_AUTOMAKE([foreign subdir-objects no-define]) AM_INIT_AUTOMAKE([foreign subdir-objects no-define])

View file

@ -48,7 +48,7 @@
#include <string.h> #include <string.h>
#if defined(HAVE_CONFIG_H) #if defined(HAVE_CONFIG_H)
# include <autotools_config.h> # include <cde_config.h>
#endif #endif
#if defined(HAVE_LOCALE_H) #if defined(HAVE_LOCALE_H)
# include <locale.h> # include <locale.h>

View file

@ -43,7 +43,7 @@
**************************************************************************** ****************************************************************************
************************************<+>*************************************/ ************************************<+>*************************************/
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <autotools_config.h> #include <cde_config.h>
#endif #endif
/* /*
* system includes * system includes

View file

@ -45,7 +45,7 @@
/* use autotools detection to determine endianess */ /* use autotools detection to determine endianess */
#if defined(HAVE_CONFIG_H) #if defined(HAVE_CONFIG_H)
# include <autotools_config.h> # include <cde_config.h>
#endif #endif
#ifndef WORDS_BIGENDIAN #ifndef WORDS_BIGENDIAN

View file

@ -52,7 +52,7 @@
* *
* $Log$ * $Log$
*/ */
#include <autotools_config.h> #include <cde_config.h>
#include <Dt/SearchP.h> #include <Dt/SearchP.h>
/********************************/ /********************************/

View file

@ -33,7 +33,7 @@
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <autotools_config.h> #include <cde_config.h>
#endif #endif
#include <EUSCompat.h> #include <EUSCompat.h>
#include "cm.h" #include "cm.h"

View file

@ -35,7 +35,7 @@
#include <rpc/rpc.h> #include <rpc/rpc.h>
#include <util/tt_xdr_utils.h> #include <util/tt_xdr_utils.h>
#include <memory.h> #include <memory.h>
#include <autotools_config.h> #include <cde_config.h>
#include "tt_options.h" #include "tt_options.h"
#if defined(__OpenBSD__) #if defined(__OpenBSD__)

View file

@ -65,7 +65,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#if defined(HAVE_CONFIG_H) #if defined(HAVE_CONFIG_H)
# include <autotools_config.h> # include <cde_config.h>
#endif #endif
#if defined(HAVE_STRING_H) #if defined(HAVE_STRING_H)
# include <string.h> # include <string.h>

View file

@ -46,7 +46,7 @@ static char sccsid[] = "$TOG: RFCMIME.c /main/11 1999/06/30 12:08:55 mgreess $";
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <autotools_config.h> #include <cde_config.h>
#endif #endif
#include <stdio.h> #include <stdio.h>

View file

@ -51,7 +51,7 @@
#endif #endif
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <autotools_config.h> #include <cde_config.h>
#endif #endif
#include <stdio.h> #include <stdio.h>

View file

@ -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 */ /* @(#)getdate.y 2.6 4/20/84 */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <autotools_config.h> #include <cde_config.h>
#endif #endif
#include <EUSCompat.h> #include <EUSCompat.h>
#include <ctype.h> #include <ctype.h>

View file

@ -52,7 +52,7 @@ static char sccsid[] = "@(#)timeops.c 1.13 95/05/02 Copyr 1991 Sun Microsystems,
#endif #endif
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <autotools_config.h> #include <cde_config.h>
#endif #endif
#include <EUSCompat.h> #include <EUSCompat.h>
#include <stdio.h> #include <stdio.h>

View file

@ -33,7 +33,7 @@
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <autotools_config.h> #include <cde_config.h>
#endif #endif
#include <EUSCompat.h> #include <EUSCompat.h>
#include <stdio.h> #include <stdio.h>

View file

@ -43,7 +43,7 @@ $COPYRIGHT$:
#endif #endif
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <autotools_config.h> #include <cde_config.h>
#endif #endif
#include <stdio.h> #include <stdio.h>

View file

@ -25,7 +25,7 @@
#ifndef _config_h #ifndef _config_h
#define _config_h 1 #define _config_h 1
#include <autotools_config.h> // determine endianess #include <cde_config.h> // determine endianess
#if defined(WORDS_BIGENDIAN) #if defined(WORDS_BIGENDIAN)
# define OLIAS_BIG_ENDIAN # define OLIAS_BIG_ENDIAN

View file

@ -111,7 +111,7 @@
* 2.1.5b cborodin bug. Segfault due to overflowing bitvector * 2.1.5b cborodin bug. Segfault due to overflowing bitvector
* after many deletions and no mrclean. * after many deletions and no mrclean.
*/ */
#include <autotools_config.h> #include <cde_config.h>
#include <Dt/SearchP.h> #include <Dt/SearchP.h>
#include <limits.h> #include <limits.h>
#include <stdlib.h> #include <stdlib.h>

View file

@ -82,7 +82,7 @@
extern XmMenuState _XmGetMenuState(); extern XmMenuState _XmGetMenuState();
#if defined(HAVE_CONFIG_H) #if defined(HAVE_CONFIG_H)
#include <autotools_config.h> #include <cde_config.h>
#endif #endif
#if defined(HAVE_SYS_TYPES_H) #if defined(HAVE_SYS_TYPES_H)