diff options
Diffstat (limited to 'contrib/pgcrypto/px.h')
-rw-r--r-- | contrib/pgcrypto/px.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/contrib/pgcrypto/px.h b/contrib/pgcrypto/px.h index bf53ec0e654..412728e53d0 100644 --- a/contrib/pgcrypto/px.h +++ b/contrib/pgcrypto/px.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $PostgreSQL: pgsql/contrib/pgcrypto/px.h,v 1.16 2005/10/15 02:49:06 momjian Exp $ + * $PostgreSQL: pgsql/contrib/pgcrypto/px.h,v 1.17 2007/04/06 05:36:50 tgl Exp $ */ #ifndef __PX_H @@ -34,13 +34,6 @@ #include <sys/types.h> #include <sys/param.h> -#ifdef HAVE_ENDIAN_H -#include <endian.h> -#endif - -#ifndef BYTE_ORDER -#error BYTE_ORDER must be defined as LITTLE_ENDIAN or BIG_ENDIAN -#endif /* keep debug messages? */ #define PX_DEBUG |