From 4fc51c791cedad47cf1aac0ce9da253736657e5f Mon Sep 17 00:00:00 2001 From: mike Date: Mon, 31 Dec 2001 13:04:17 +0000 Subject: [PATCH] Remove endian check from 1.2.x, since only pstoraster needs it and is no longer included with the base distribution. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.2@2005 7a7537e8-13f0-0310-91df-b6672ffda945 --- config-scripts/cups-common.m4 | 7 ++----- config.h.in | 11 ++--------- visualc/config.h | 10 ++-------- 3 files changed, 6 insertions(+), 22 deletions(-) diff --git a/config-scripts/cups-common.m4 b/config-scripts/cups-common.m4 index 5d1589355a..c800095351 100644 --- a/config-scripts/cups-common.m4 +++ b/config-scripts/cups-common.m4 @@ -1,5 +1,5 @@ dnl -dnl "$Id: cups-common.m4,v 1.12.2.2 2001/12/29 22:17:48 mike Exp $" +dnl "$Id: cups-common.m4,v 1.12.2.3 2001/12/31 13:04:17 mike Exp $" dnl dnl Common configuration stuff for the Common UNIX Printing System (CUPS). dnl @@ -59,9 +59,6 @@ fi AC_PATH_PROG(RM,rm) AC_PATH_PROG(SED,sed) -dnl Architecture checks... -AC_C_BIGENDIAN - dnl Check for libraries... AC_CHECK_LIB(c,crypt,LIBS="$LIBS") if test "$ac_cv_lib_c_crypt" = "no"; then @@ -154,5 +151,5 @@ esac AC_SUBST(ARFLAGS) dnl -dnl End of "$Id: cups-common.m4,v 1.12.2.2 2001/12/29 22:17:48 mike Exp $". +dnl End of "$Id: cups-common.m4,v 1.12.2.3 2001/12/31 13:04:17 mike Exp $". dnl diff --git a/config.h.in b/config.h.in index 1964f394f3..7ea6a9c3c4 100644 --- a/config.h.in +++ b/config.h.in @@ -1,5 +1,5 @@ /* - * "$Id: config.h.in,v 1.39.2.4 2001/12/29 22:17:48 mike Exp $" + * "$Id: config.h.in,v 1.39.2.5 2001/12/31 13:04:16 mike Exp $" * * Configuration file for the Common UNIX Printing System (CUPS). * @@ -70,13 +70,6 @@ #undef HAVE_LIBTIFF -/* - * Does this machine store words in big-endian (MSB-first) order? - */ - -#undef WORDS_BIGENDIAN - - /* * Which directory functions and headers do we use? */ @@ -203,5 +196,5 @@ /* - * End of "$Id: config.h.in,v 1.39.2.4 2001/12/29 22:17:48 mike Exp $". + * End of "$Id: config.h.in,v 1.39.2.5 2001/12/31 13:04:16 mike Exp $". */ diff --git a/visualc/config.h b/visualc/config.h index 3d9db35126..606b4ef929 100644 --- a/visualc/config.h +++ b/visualc/config.h @@ -1,5 +1,5 @@ /* - * "$Id: config.h,v 1.5.2.1 2001/12/26 16:52:58 mike Exp $" + * "$Id: config.h,v 1.5.2.2 2001/12/31 13:04:17 mike Exp $" * * Configuration file for the Common UNIX Printing System (CUPS). * @@ -58,12 +58,6 @@ #undef HAVE_LIBJPEG #undef HAVE_LIBTIFF -/* - * Does this machine store words in big-endian (MSB-first) order? - */ - -#undef WORDS_BIGENDIAN - /* * Which directory functions and headers do we use? */ @@ -143,5 +137,5 @@ /* - * End of "$Id: config.h,v 1.5.2.1 2001/12/26 16:52:58 mike Exp $". + * End of "$Id: config.h,v 1.5.2.2 2001/12/31 13:04:17 mike Exp $". */ -- 2.47.2