head	1.2;
access;
symbols
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2003.12.19.23.20.22;	author sergei;	state dead;
branches;
next	1.1;

1.1
date	2003.06.27.02.50.51;	author kris;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 2.1.0 [1]
- Install some additional documentation [1]
- Fix WITH_MYSQL, WITH_ODBC and WITH_POSTGRES knobs [2]

PR:		60400 [1], 59445 [2]
Submitted by:	Nicolas Jombart <ecu@@ipv42.net> [1],
		Ken Stailey <kstailey@@yahoo.com> [2]
@
text
@$OpenBSD: patch-src_preprocessors_spp_stream4_c,v 1.1 2003/06/24 17:02:38 pvalchev Exp $
--- src/preprocessors/spp_stream4.c.orig	Mon Jun 23 16:59:22 2003
+++ src/preprocessors/spp_stream4.c	Mon Jun 23 17:00:46 2003
@@@@ -153,7 +153,8 @@@@ extern int *file_line;
 /* We must twiddle to align the offset the ethernet header and align
    the IP header on solaris -- maybe this will work on HPUX too.
 */
-#if defined (SOLARIS) || defined (SUNOS) || defined (HPUX)
+#if defined (SOLARIS) || defined (SUNOS) || defined (HPUX) || \
+    defined (__sparc__) || defined(__sparc64__)
 #define SPARC_TWIDDLE       2
 #else
 #define SPARC_TWIDDLE       0
@


1.1
log
@Fix detection of sparc64.

Obtained from:	OpenBSD
@
text
@@

