Skip to content

Commit 74ce019

Browse files
author
phase1geo
committed
Updating copyright information.
1 parent a2b8232 commit 74ce019

File tree

12 files changed

+7243
-11757
lines changed

12 files changed

+7243
-11757
lines changed

Makefile.in

+146-62
Large diffs are not rendered by default.

aclocal.m4

+201-112
Large diffs are not rendered by default.

config.h.in

+17-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
/* config.h.in. Generated from configure.in by autoheader. */
22

3+
/* Define if building universal (internal helper macro) */
4+
#undef AC_APPLE_UNIVERSAL_BUILD
5+
36
/* Browser to view help pages with */
47
#undef COVERED_BROWSER
58

@@ -64,6 +67,9 @@
6467
/* Define to the one symbol short name of this package. */
6568
#undef PACKAGE_TARNAME
6669

70+
/* Define to the home page for this package. */
71+
#undef PACKAGE_URL
72+
6773
/* Define to the version of this package. */
6874
#undef PACKAGE_VERSION
6975

@@ -97,9 +103,17 @@
97103
/* Version number of package */
98104
#undef VERSION
99105

100-
/* Define to 1 if your processor stores words with the most significant byte
101-
first (like Motorola and SPARC, unlike Intel and VAX). */
102-
#undef WORDS_BIGENDIAN
106+
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
107+
significant byte first (like Motorola and SPARC, unlike Intel). */
108+
#if defined AC_APPLE_UNIVERSAL_BUILD
109+
# if defined __BIG_ENDIAN__
110+
# define WORDS_BIGENDIAN 1
111+
# endif
112+
#else
113+
# ifndef WORDS_BIGENDIAN
114+
# undef WORDS_BIGENDIAN
115+
# endif
116+
#endif
103117

104118
/* Define to 1 if the X Window System is missing or not being used. */
105119
#undef X_DISPLAY_MISSING

0 commit comments

Comments
 (0)