NetBSD Problem Report #46268

From www@NetBSD.org  Tue Mar 27 18:20:57 2012
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66])
	by www.NetBSD.org (Postfix) with ESMTP id 882E563C4B1
	for <gnats-bugs@gnats.NetBSD.org>; Tue, 27 Mar 2012 18:20:57 +0000 (UTC)
Message-Id: <20120327182056.A198D63BBEC@www.NetBSD.org>
Date: Tue, 27 Mar 2012 18:20:56 +0000 (UTC)
From: ano@bestmx.ru
Reply-To: ano@bestmx.ru
To: gnats-bugs@NetBSD.org
Subject: multimedia/xine-lib: build failed
X-Send-Pr-Version: www-1.0

>Number:         46268
>Category:       pkg
>Synopsis:       multimedia/xine-lib: build failed
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    solaris-pkg-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Mar 27 18:25:00 +0000 2012
>Last-Modified:  Thu Apr 26 12:08:40 +0000 2012
>Originator:     Andrey N. Oktyabrski
>Release:        OpenIndiana 151a2
>Organization:
>Environment:
$ uname -a
SunOS thinkpot 5.11 oi_151a2 i86pc i386 i86pc Solaris
$ isainfo
amd64 i386
$ which gcc
/usr/gcc/4.6/bin/gcc
$ /usr/gcc/4.6/bin/gcc -v
Using built-in specs.
COLLECT_GCC=/usr/gcc/4.6/bin/gcc
COLLECT_LTO_WRAPPER=/usr/gcc/4.6/lib/gcc/i386-pc-solaris2.11/4.6.2/lto-wrapper
Target: i386-pc-solaris2.11
Configured with: ../gcc-4.6.2/configure --prefix=/usr/gcc/4.6 --libdir=/usr/gcc/4.6/lib --libexecdir=/usr/gcc/4.6/lib --mandir=/usr/gcc/4.6/share/man --infodir=/usr/gcc/4.6/info --with-build-time-tools=/usr/sfw --with-as=/usr/sfw/bin/gas --with-gnu-as --with-ld=/usr/bin/ld --without-gnu-ld --enable-languages=c,c++,fortran,objc --enable-shared --disable-static --enable-decimal-float --with-gmp=/usr/gnu --with-mpfr=/usr/gnu --with-mpc=/usr/gnu --with-libiconv-prefix=/usr/gnu -enable-nls
Thread model: posix
gcc version 4.6.2 (GCC)

>Description:
  CC     libxine_la-broadcaster.lo
In file included from broadcaster.c:58:0:
/usr/include/netdb.h:344:13: error: expected declaration specifiers or '...' before '(' token
gmake[2]: *** [libxine_la-broadcaster.lo] Error 1
gmake[2]: Leaving directory `/var/tmp/pkgwrk/multimedia/xine-lib/work/xine-lib-1.2.1/src/xine-engine'
gmake[1]: *** [../src/xine-engine/libxine.la] Error 2
gmake[1]: Leaving directory `/var/tmp/pkgwrk/multimedia/xine-lib/work/xine-lib-1.2.1/misc'
gmake: *** [all-recursive] Error 1
*** Error code 2

Stop.
bmake: stopped in /usr/pkgsrc/multimedia/xine-lib
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/multimedia/xine-lib

>How-To-Repeat:
$ cd /usr/pkgsrc/multimedia/xine-lib
$ bmake
>Fix:

>Release-Note:

>Audit-Trail:
From: "Andrey N. Oktyabrski" <ano@bestmx.ru>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: pkg/46268: multimedia/xine-lib: build failed
Date: Tue, 27 Mar 2012 22:31:51 +0400

 This is a multi-part message in MIME format.
 --------------000900080900050709010700
 Content-Type: text/plain; charset=KOI8-R; format=flowed
 Content-Transfer-Encoding: 7bit

 Here is the config.h

 --------------000900080900050709010700
 Content-Type: text/plain; charset=UTF-8;
  name="config.h"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="config.h"

 /*
  * Copyright (C) 2007 the xine project
  *
  * This file is part of xine, a free video player.
  *
  * xine is free software; you can redistribute it and/or modify it under
  * the terms of the GNU General Public Licence as published by the Free
  * Software Foundation; either version 2 of the Licence, or (at your option)
  * any later version.
  *
  * xine is distributed in the hope that it will be useful, but WITHOUT ANY
  * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
  * FOR A PARTICULAR PURPOSE.  See the GNU General Public Licence for more
  * details.
  *
  * You should have received a copy of the GNU General Public Licence along
  * with this program; if not, write to the Free Software Foundation, Inc.,
  * 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA
  *
  */

 #include "configure.h"
 #include "os_internal.h"

 --------------000900080900050709010700
 Content-Type: text/plain; charset=UTF-8;
  name="configure.h"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="configure.h"

 /* include/configure.h.  Generated from configure.h.in by configure.  */
 /* include/configure.h.in.  Generated from configure.ac by autoheader.  */

 #ifndef __XINE_LIB_CONFIG_H__
 #define __XINE_LIB_CONFIG_H__ 1


 #ifndef _XINE_CONFIGURE_H_
 #define _XINE_CONFIGURE_H_


 /* Define if building universal (internal helper macro) */
 /* #undef AC_APPLE_UNIVERSAL_BUILD */

 /* Define this if you're running Alpha architecture */
 /* #undef ARCH_ALPHA */

 /* Define this if you're running ARM architecture */
 /* #undef ARCH_ARM */

 /* Define this if you're running PowerPC architecture */
 /* #undef ARCH_PPC */

 /* Define this if you're running SPARC architecture */
 /* #undef ARCH_SPARC */

 /* Define this if you're running x86 architecture */
 #define ARCH_X86 /**/

 /* Define this if you're running x86 architecture 32 bits */
 #define ARCH_X86_32 /**/

 /* Define this if you're running x86 architecture 64 bits */
 /* #undef ARCH_X86_64 */

 /* define if '.align n' means alignment to (1 << n) - byte boundaries */
 /* #undef ASMALIGN_1SLN */

 /* Define the highest alignment supported */
 #define ATTRIBUTE_ALIGNED_MAX 64

 /* Define this if built on Mac OS X/Darwin */
 /* #undef CONFIG_DARWIN */

 /* what to put between the brackets for empty arrays */
 #define EMPTY_ARRAY_SIZE 

 /* Define this if you want to use altivec on PowerPC CPUs */
 /* #undef ENABLE_ALTIVEC */

 /* Define this to 1 to enable font antialising. */
 /* #undef ENABLE_ANTIALIASING */

 /* Enable this when IPv6 is requested */
 /* #undef ENABLE_IPV6 */

 /* Define to 1 if translation of program messages to the user's native
    language is requested. */
 #define ENABLE_NLS 1

 /* Define this if you have Sun UltraSPARC CPU */
 /* #undef ENABLE_VIS */

 /* Mark a symbol as being exported if visibility is changed */
 #define EXPORTED __attribute__((visibility("default")))

 /* Get of rid system libcdio build configuration */
 #define EXTERNAL_LIBCDIO_CONFIG_H 1

 /* Define to select libmad fixed point arithmetic implementation */
 /* #undef FPM_64BIT */

 /* Define to select libmad fixed point arithmetic implementation */
 /* #undef FPM_ARM */

 /* Define to select libmad fixed point arithmetic implementation */
 /* #undef FPM_DEFAULT */

 /* Define to select libmad fixed point arithmetic implementation */
 #define FPM_INTEL 1

 /* Define to select libmad fixed point arithmetic implementation */
 /* #undef FPM_MIPS */

 /* Define to select libmad fixed point arithmetic implementation */
 /* #undef FPM_PPC */

 /* Define to select libmad fixed point arithmetic implementation */
 /* #undef FPM_SPARC */

 /* Define to 1 if you have the <a52dec/a52.h> header file. */
 #define HAVE_A52DEC_A52_H 1

 /* Define to 1 if you have the <alloca.h> header file. */
 #define HAVE_ALLOCA_H 1

 /* Define this if you have ALSA installed */
 /* #undef HAVE_ALSA */

 /* Define to 1 if you have the <asm/types.h> header file. */
 /* #undef HAVE_ASM_TYPES_H */

 /* Define to 1 if you have the `asprintf' function. */
 #define HAVE_ASPRINTF 1

 /* Define to 1 if you have the <assert.h> header file. */
 #define HAVE_ASSERT_H 1

 /* Define to 1 if `output_muted' is a member of `audio_info_t'. */
 /* #undef HAVE_AUDIO_INFO_T_OUTPUT_MUTED */

 /* Define to 1 if you have the `basename' function. */
 #define HAVE_BASENAME 1

 /* Define to 1 if you have the <byteswap.h> header file. */
 /* #undef HAVE_BYTESWAP_H */

 /* Define to 1 if you have the `bzero' function. */
 #define HAVE_BZERO 1

 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
    CoreFoundation framework. */
 /* #undef HAVE_CFLOCALECOPYCURRENT */

 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
    the CoreFoundation framework. */
 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */

 /* Define if the GNU dcgettext() function is already present or preinstalled.
    */
 #define HAVE_DCGETTEXT 1

 /* Define to 1 if you have the <dev/dtv/dtvio.h> header file. */
 /* #undef HAVE_DEV_DTV_DTVIO_H */

 /* Define this if you have DirectX */
 /* #undef HAVE_DIRECTX */

 /* Define to 1 if you have the <dirent.h> header file. */
 #define HAVE_DIRENT_H 1

 /* Define to 1 if you have the <dlfcn.h> header file. */
 #define HAVE_DLFCN_H 1

 /* Define this if you have a suitable version of libdvdnav */
 /* #undef HAVE_DVDNAV */

 /* Define to 1 if you have the environ symbol. */
 /* #undef HAVE_ENVIRON */

 /* Define to 1 if you have the <errno.h> header file. */
 #define HAVE_ERRNO_H 1

 /* Define to 1 if you have the <execinfo.h> header file. */
 #define HAVE_EXECINFO_H 1

 /* Define to 1 if you have the <fame.h> header file. */
 /* #undef HAVE_FAME_H */

 /* Define this if you have linux framebuffer support */
 /* #undef HAVE_FB */

 /* Define to 1 if you have the <fcntl.h> header file. */
 #define HAVE_FCNTL_H 1

 /* Define this if you have ffmpeg library */
 #define HAVE_FFMPEG 1

 /* Define to 1 if you have the <ffmpeg/avutil.h> header file. */
 /* #undef HAVE_FFMPEG_AVUTIL_H */

 /* Define to 1 if you have the <FLAC/stream_decoder.h> header file. */
 #define HAVE_FLAC_STREAM_DECODER_H 1

 /* Define this if you have fontconfig library */
 /* #undef HAVE_FONTCONFIG */

 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
 #define HAVE_FSEEKO 1

 /* Define this if you have freetype2 library */
 /* #undef HAVE_FT2 */

 /* Define this if you have GNU getopt_long() implemented */
 #define HAVE_GETOPT_LONG /**/

 /* Define to 1 if you have the `getpwuid_r' function. */
 #define HAVE_GETPWUID_R 1

 /* Define if the GNU gettext() function is already present or preinstalled. */
 #define HAVE_GETTEXT 1

 /* Define to 1 if you have the `gettimeofday' function. */
 #define HAVE_GETTIMEOFDAY 1

 /* Define to 1 if you have the <glob.h> header file. */
 #define HAVE_GLOB_H 1

 /* Define this if you have GLU support available */
 /* #undef HAVE_GLU */

 /* Define to 1 if you have the <GL/glu.h> header file. */
 /* #undef HAVE_GL_GLU_H */

 /* Define to 1 if you have the <GL/gl.h> header file. */
 /* #undef HAVE_GL_GL_H */

 /* Define this if you have GraphicsMagick installed */
 #define HAVE_GRAPHICSMAGICK 1

 /* Define to 1 if you have 'hstrerror' in <netdb.h> */
 /* #undef HAVE_HSTRERROR */

 /* Define if you have the iconv() function and it works. */
 #define HAVE_ICONV 1

 /* Define to 1 if you have the <inttypes.h> header file. */
 #define HAVE_INTTYPES_H 1

 /* Define this if you have a usable IRIX al interface available */
 /* #undef HAVE_IRIXAL */

 /* Supports ISO _Pragma() macro */
 #define HAVE_ISOC99_PRAGMA /**/

 /* Define this if you have kernel statistics available via kstat interface */
 #define HAVE_KSTAT 1

 /* Define to 1 if you have the <libavutil/avutil.h> header file. */
 #define HAVE_LIBAVUTIL_AVUTIL_H 1

 /* Define to 1 if you have the <libavutil/sha1.h> header file. */
 #define HAVE_LIBAVUTIL_SHA1_H 1

 /* Define to 1 if you have the <libavutil/sha.h> header file. */
 #define HAVE_LIBAVUTIL_SHA_H 1

 /* Define this if you have libfame mpeg encoder installed (fame.sf.net) */
 /* #undef HAVE_LIBFAME */

 /* Define to 1 if you have the <libgen.h> header file. */
 #define HAVE_LIBGEN_H 1

 /* Define to 1 if you have the <libmng.h> header file. */
 #define HAVE_LIBMNG_H 1

 /* Define to 1 if you have the `posix4' library (-lposix4). */
 #define HAVE_LIBPOSIX4 1

 /* Define this if you have librte mpeg encoder installed (zapping.sf.net) */
 /* #undef HAVE_LIBRTE */

 /* Define to 1 if you have the <libsmbclient.h> header file. */
 /* #undef HAVE_LIBSMBCLIENT_H */

 /* Define this if you have libv4l installed */
 /* #undef HAVE_LIBV4L2_H */

 /* Define to 1 if you have the `vdpau' library (-lvdpau). */
 /* #undef HAVE_LIBVDPAU */

 /* Define 1 if you have Linux-type CD-ROM support */
 /* #undef HAVE_LINUX_CDROM */

 /* Define to 1 if you have the <linux/cdrom.h> header file. */
 /* #undef HAVE_LINUX_CDROM_H */

 /* Define 1 if timeout is in cdrom_generic_command struct */
 /* #undef HAVE_LINUX_CDROM_TIMEOUT */

 /* Define to 1 if you have the <linux/fb.h> header file. */
 /* #undef HAVE_LINUX_FB_H */

 /* Define to 1 if you have the <linux/videodev2.h> header file. */
 /* #undef HAVE_LINUX_VIDEODEV2_H */

 /* Define to 1 if you have the <linux/videodev.h> header file. */
 /* #undef HAVE_LINUX_VIDEODEV_H */

 /* Define this if the 'lrintf' function is declared in math.h */
 #define HAVE_LRINTF 1

 /* Define to 1 if you have the `lstat' function. */
 #define HAVE_LSTAT 1

 /* Define to 1 if you have the <machine/soundcard.h> header file. */
 /* #undef HAVE_MACHINE_SOUNDCARD_H */

 /* Define to 1 if you have the <mad.h> header file. */
 /* #undef HAVE_MAD_H */

 /* Define to 1 if you have the <malloc.h> header file. */
 #define HAVE_MALLOC_H 1

 /* Define to 1 if you have 'MAX' macro in sys/param.h */
 /* #undef HAVE_MAX_MACRO */

 /* Define to 1 if you have the `memalign' function. */
 #define HAVE_MEMALIGN 1

 /* Define to 1 if you have the `memcpy' function. */
 #define HAVE_MEMCPY 1

 /* Define to 1 if you have the `memmem' function. */
 #define HAVE_MEMMEM 1

 /* Define to 1 if you have the <memory.h> header file. */
 #define HAVE_MEMORY_H 1

 /* Define to 1 if you have the `memset' function. */
 #define HAVE_MEMSET 1

 /* Define to 1 if you have 'MIN' macro in sys/param.h */
 /* #undef HAVE_MIN_MACRO */

 /* Define this if you have mlib installed */
 #define HAVE_MLIB 1

 /* Define to 1 if you have the <mlib_video.h> header file. */
 #define HAVE_MLIB_VIDEO_H 1

 /* Define to 1 if you have the `mmap' function. */
 /* #undef HAVE_MMAP */

 /* Define this if you can compile MMX asm instructions */
 #define HAVE_MMX /**/

 /* Define to 1 if you have the <mpcdec/mpcdec.h> header file. */
 #define HAVE_MPCDEC_MPCDEC_H 1

 /* Define to 1 if you have the <mpc/mpcdec.h> header file. */
 /* #undef HAVE_MPC_MPCDEC_H */

 /* Define to 1 if you have the `nanosleep' function. */
 #define HAVE_NANOSLEEP 1

 /* Define to 1 if you have the <neaacdec.h> header file. */
 #define HAVE_NEAACDEC_H 1

 /* Define to 1 if you have the <netdb.h> header file. */
 #define HAVE_NETDB_H 1

 /* Define this if you have libfame 0.8.10 or above */
 /* #undef HAVE_NEW_LIBFAME */

 /* Define to 1 if you have the `nl_langinfo' function. */
 #define HAVE_NL_LANGINFO 1

 /* Define to 1 if you have 'opendir' function */
 #define HAVE_OPENDIR 1

 /* Define this if you have POSIX timers. */
 #define HAVE_POSIX_TIMERS 1

 /* Define to 1 if you have 'pthread_mutex_timedlock' in <pthread.h> */
 #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1

 /* define this if you have pulseaudio >= 0.9.7 */
 /* #undef HAVE_PULSEAUDIO_0_9_7 */

 /* Define to 1 if you have the `readlink' function. */
 #define HAVE_READLINK 1

 /* Define to 1 if you have the <rte.h> header file. */
 /* #undef HAVE_RTE_H */

 /* Define to 1 if you have the `setenv' function. */
 #define HAVE_SETENV 1

 /* Define to 1 if you have the `sigaction' function. */
 #define HAVE_SIGACTION 1

 /* Define to 1 if you have the `sigset' function. */
 #define HAVE_SIGSET 1

 /* Define to 1 if you have the `snprintf' function. */
 #define HAVE_SNPRINTF 1

 /* Define to 1 if you have the <soundcard.h> header file. */
 /* #undef HAVE_SOUNDCARD_H */

 /* Define this if you have speex */
 #define HAVE_SPEEX 1

 /* Define to 1 if you have the <stdbool.h> header file. */
 #define HAVE_STDBOOL_H 1

 /* Define to 1 if you have the stderr symbol. */
 /* #undef HAVE_STDERR */

 /* Define to 1 if you have the <stdint.h> header file. */
 #define HAVE_STDINT_H 1

 /* Define to 1 if you have the <stdio.h> header file. */
 #define HAVE_STDIO_H 1

 /* Define to 1 if you have the <stdlib.h> header file. */
 #define HAVE_STDLIB_H 1

 /* Define to 1 if you have the `strcasecmp' function. */
 #define HAVE_STRCASECMP 1

 /* Define to 1 if you have the `strcasestr' function. */
 #define HAVE_STRCASESTR 1

 /* Define to 1 if you have the `strchr' function. */
 #define HAVE_STRCHR 1

 /* Define to 1 if you have the <strings.h> header file. */
 #define HAVE_STRINGS_H 1

 /* Define to 1 if you have the <string.h> header file. */
 #define HAVE_STRING_H 1

 /* Define to 1 if you have the `strncasecmp' function. */
 #define HAVE_STRNCASECMP 1

 /* Define to 1 if you have the `strndup' function. */
 #define HAVE_STRNDUP 1

 /* Define to 1 if you have the `strpbrk' function. */
 #define HAVE_STRPBRK 1

 /* Define to 1 if you have the `strsep' function. */
 #define HAVE_STRSEP 1

 /* Define to 1 if you have the `strtok_r' function. */
 #define HAVE_STRTOK_R 1

 /* Define to 1 if you have the <sys/cdio.h> header file. */
 #define HAVE_SYS_CDIO_H 1

 /* Define to 1 if you have the <sys/dvdio.h> header file. */
 /* #undef HAVE_SYS_DVDIO_H */

 /* Define to 1 if you have the <sys/fbio.h> header file. */
 #define HAVE_SYS_FBIO_H 1

 /* Define to 1 if you have the <sys/ioctl.h> header file. */
 #define HAVE_SYS_IOCTL_H 1

 /* Define to 1 if you have the <sys/mixer.h> header file. */
 #define HAVE_SYS_MIXER_H 1

 /* Define to 1 if you have the <sys/mman.h> header file. */
 #define HAVE_SYS_MMAN_H 1

 /* Define to 1 if you have the <sys/param.h> header file. */
 #define HAVE_SYS_PARAM_H 1

 /* Define to 1 if you have the <sys/scsiio.h> header file. */
 /* #undef HAVE_SYS_SCSIIO_H */

 /* Define to 1 if you have the <sys/soundcard.h> header file. */
 #define HAVE_SYS_SOUNDCARD_H 1

 /* Define to 1 if you have the <sys/stat.h> header file. */
 #define HAVE_SYS_STAT_H 1

 /* Define to 1 if you have the <sys/times.h> header file. */
 #define HAVE_SYS_TIMES_H 1

 /* Define to 1 if you have the <sys/types.h> header file. */
 #define HAVE_SYS_TYPES_H 1

 /* Define to 1 if you have the <sys/videodev2.h> header file. */
 /* #undef HAVE_SYS_VIDEODEV2_H */

 /* Define to 1 if you have the <sys/videoio.h> header file. */
 /* #undef HAVE_SYS_VIDEOIO_H */

 /* Define to 1 if you have the <sys/wait.h> header file. */
 #define HAVE_SYS_WAIT_H 1

 /* Define this if you have theora */
 #define HAVE_THEORA 1

 /* Define to 1 if you have the `timegm' function. */
 #define HAVE_TIMEGM 1

 /* Define if struct tm has the tm_gmtoff member. */
 /* #undef HAVE_TM_GMTOFF */

 /* Define to 1 if you have the <ucontext.h> header file. */
 #define HAVE_UCONTEXT_H 1

 /* Define to 1 if you have the <unistd.h> header file. */
 #define HAVE_UNISTD_H 1

 /* Define to 1 if you have the `unsetenv' function. */
 #define HAVE_UNSETENV 1

 /* Define to 1 if you have the `va_copy' function. */
 /* #undef HAVE_VA_COPY */

 /* Define this if you use external libcdio/libvcdinfo */
 #define HAVE_VCDNAV 1

 /* Define to 1 if you have the <vdpau/vdpau_x11.h> header file. */
 /* #undef HAVE_VDPAU_VDPAU_X11_H */

 /* Define if you have vldXvMC.h */
 #define HAVE_VLDXVMC 1

 /* Define this if you have vorbis */
 #define HAVE_VORBIS 1

 /* Define to 1 if you have the `vsnprintf' function. */
 #define HAVE_VSNPRINTF 1

 /* Define to 1 if you have the `vsscanf' function. */
 #define HAVE_VSSCANF 1

 /* Define this if you have X11R6 installed */
 #define HAVE_X11 1

 /* Define to 1 if you have the <X11/extensions/vldXvMC.h> header file. */
 #define HAVE_X11_EXTENSIONS_VLDXVMC_H 1

 /* Define to 1 if you have the <X11/extensions/XShm.h> header file. */
 #define HAVE_X11_EXTENSIONS_XSHM_H 1

 /* Define to 1 if you have the <X11/extensions/XvMC.h> header file. */
 #define HAVE_X11_EXTENSIONS_XVMC_H 1

 /* Define this if you have libXinerama installed */
 #define HAVE_XINERAMA 1

 /* Define this if you have libXv installed */
 #define HAVE_XV 1

 /* Define this if you have an XvMC library and XvMC.h installed. */
 #define HAVE_XVMC 1

 /* Define to 1 if you have the _environ symbol. */
 /* #undef HAVE__ENVIRON */

 /* Define to 1 if you have the `_snprintf' function. */
 /* #undef HAVE__SNPRINTF */

 /* Define to 1 if you have the `_stricmp' function. */
 /* #undef HAVE__STRICMP */

 /* Define to 1 if you have the `_strnicmp' function. */
 /* #undef HAVE__STRNICMP */

 /* Define to 1 if you have the `_vsnprintf' function. */
 /* #undef HAVE__VSNPRINTF */

 /* Define to 1 if you have the __ctype_b symbol. */
 /* #undef HAVE___CTYPE_B */

 /* Define to 1 if you have the __environ symbol. */
 /* #undef HAVE___ENVIRON */

 /* Define to 1 if you have the __stderrp symbol. */
 /* #undef HAVE___STDERRP */

 /* Define to 1 if you have the ___brk_addr symbol. */
 /* #undef HAVE____BRK_ADDR */

 /* Define this if built on Mac OS X/Darwin */
 /* #undef HOST_OS_DARWIN */

 /* Define as const if the declaration of iconv() needs const. */
 #define ICONV_CONST const

 /* Type of the request parameter for ioctl() */
 #define IOCTL_REQUEST_TYPE int

 /* Get of rid system libcdio build configuration */
 #define LIBCDIO_CONFIG_H 1

 /* Define this if you have mlib installed */
 #define LIBMPEG2_MLIB 1

 /* The soname of libX11, needed for dlopen() */
 #define LIBX11_SO "libX11.so.6"

 /* The soname of libXv, needed for dlopen() */
 #define LIBXV_SO "libXv.so.1"

 /* Define to the sub-directory in which libtool stores uninstalled libraries.
    */
 #define LT_OBJDIR ".libs/"

 /* Define this if you want to load mlib lazily */
 /* #undef MLIB_LAZYLOAD */

 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
 /* #undef NO_MINUS_C_MINUS_O */

 /* Name of package */
 #define PACKAGE "xine-lib"

 /* Define to the address where bug reports for this package should be sent. */
 #define PACKAGE_BUGREPORT "xine-bugs@lists.sourceforge.net"

 /* Define to the full name of this package. */
 #define PACKAGE_NAME "xine-lib"

 /* Define to the full name and version of this package. */
 #define PACKAGE_STRING "xine-lib 1.2.1"

 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "xine-lib"

 /* Define to the home page for this package. */
 #define PACKAGE_URL ""

 /* Define to the version of this package. */
 #define PACKAGE_VERSION "1.2.1"

 /* Default path in which to find Real binary codecs */
 /* #undef REAL_CODEC_PATH */

 /* The size of `int', as computed by sizeof. */
 #define SIZEOF_INT 4

 /* The size of `long', as computed by sizeof. */
 #define SIZEOF_LONG 4

 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1

 /* Define this if the compiler supports __attribute__(( ifelse([weak, alias],
    , [alias], [weak, alias]) )) */
 /* #undef SUPPORT_ATTRIBUTE_ALIAS */

 /* Define this if the compiler supports __attribute__(( ifelse([], , [const],
    []) )) */
 #define SUPPORT_ATTRIBUTE_CONST 1

 /* Define this if the compiler supports __attribute__(( ifelse([], ,
    [deprecated], []) )) */
 #define SUPPORT_ATTRIBUTE_DEPRECATED 1

 /* Define this if the compiler supports __attribute__(( ifelse([format(printf,
    n, n)], , [format], [format(printf, n, n)]) )) */
 #define SUPPORT_ATTRIBUTE_FORMAT 1

 /* Define this if the compiler supports __attribute__((
    ifelse([format_arg(printf)], , [format_arg], [format_arg(printf)]) )) */
 #define SUPPORT_ATTRIBUTE_FORMAT_ARG 1

 /* Define this if the compiler supports __attribute__(( ifelse([], , [malloc],
    []) )) */
 #define SUPPORT_ATTRIBUTE_MALLOC 1

 /* Define this if the compiler supports __attribute__(( ifelse([], , [packed],
    []) )) */
 #define SUPPORT_ATTRIBUTE_PACKED 1

 /* Define this if the compiler supports __attribute__(( ifelse([], ,
    [sentinel], []) )) */
 #define SUPPORT_ATTRIBUTE_SENTINEL 1

 /* Define this if the compiler supports __attribute__(( ifelse([], , [unused],
    []) )) */
 #define SUPPORT_ATTRIBUTE_UNUSED 1

 /* Define this if the compiler supports __attribute__((
    ifelse([visibility("default")], , [visibility_default],
    [visibility("default")]) )) */
 /* #undef SUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT */

 /* Define this if the compiler supports __attribute__((
    ifelse([visibility("internal")], , [visibility_internal],
    [visibility("internal")]) )) */
 #define SUPPORT_ATTRIBUTE_VISIBILITY_INTERNAL 1

 /* Define this if the compiler supports __attribute__((
    ifelse([visibility("protected")], , [visibility_protected],
    [visibility("protected")]) )) */
 #define SUPPORT_ATTRIBUTE_VISIBILITY_PROTECTED 1

 /* Define this if the compiler supports the -fvisibility flag */
 #define SUPPORT_FLAG_VISIBILITY 1

 /* Enable extensions on AIX 3, Interix.  */
 #ifndef _ALL_SOURCE
 # define _ALL_SOURCE 1
 #endif
 /* Enable GNU extensions on systems that have them.  */
 #ifndef _GNU_SOURCE
 # define _GNU_SOURCE 1
 #endif
 /* Enable threading extensions on Solaris.  */
 #ifndef _POSIX_PTHREAD_SEMANTICS
 # define _POSIX_PTHREAD_SEMANTICS 1
 #endif
 /* Enable extensions on HP NonStop.  */
 #ifndef _TANDEM_SOURCE
 # define _TANDEM_SOURCE 1
 #endif
 /* Enable general extensions on Solaris.  */
 #ifndef __EXTENSIONS__
 # define __EXTENSIONS__ 1
 #endif


 /* Version number of package */
 #define VERSION "1.2.1"

 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    significant byte first (like Motorola and SPARC, unlike Intel). */
 #if defined AC_APPLE_UNIVERSAL_BUILD
 # if defined __BIG_ENDIAN__
 #  define WORDS_BIGENDIAN 1
 # endif
 #else
 # ifndef WORDS_BIGENDIAN
 /* #  undef WORDS_BIGENDIAN */
 # endif
 #endif

 /* Path where aclocal m4 files will be. */
 #define XINE_ACFLAGS "-I ${prefix}/share/aclocal"

 /* Define this to osd fonts dir location */
 #define XINE_FONTDIR "/usr/pkg/share/xine/libxine1/fonts"

 /* Path where catalog files will be. */
 #define XINE_LOCALEDIR "/usr/pkg/share/locale"

 /* xine interface version age */
 #define XINE_LT_AGE 1

 /* xine interface version number */
 #define XINE_LT_CURRENT 3

 /* Define this if a universal binary is being built for Mac OS X */
 /* #undef XINE_MACOSX_UNIVERSAL_BINARY */

 /* xine major version number */
 #define XINE_MAJOR 1

 /* xine minor version number */
 #define XINE_MINOR 2

 /* xine patch version number */
 #define XINE_PATCH 

 /* Define this to soecific plugins directory location */
 #define XINE_PLUGINDIR "/usr/pkg/lib/xine/plugins/2.1"

 /* Define this to general plugins directory location */
 #define XINE_PLUGINROOT "/usr/pkg/lib/xine/plugins/2"

 /* Define this to font directory relative to prefix */
 #define XINE_REL_FONTDIR "share/xine/libxine1/fonts"

 /* Define this to font directory relative to prefix */
 #define XINE_REL_LOCALEDIR "share/locale"

 /* Define this to specific plugin directory relative to execution prefix */
 #define XINE_REL_PLUGINDIR "lib/xine/plugins/2.1"

 /* Define this to general plugin directory relative to execution prefix */
 #define XINE_REL_PLUGINROOT "lib/xine/plugins/2"

 /* xine sub version number */
 #define XINE_SUB 1

 /* catalog message text domain */
 #define XINE_TEXTDOMAIN "libxine2"

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

 /* Number of bits in a file offset, on hosts where this is settable. */
 #define _FILE_OFFSET_BITS 64

 /* Define this if you are ISO C9X compliant */
 #define _ISOC9X_SOURCE 1

 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
 /* #undef _LARGEFILE_SOURCE */

 /* Define for large files, on AIX-style hosts. */
 /* #undef _LARGE_FILES */

 /* Define to 1 if on MINIX. */
 /* #undef _MINIX */

 /* Define to 2 if the system does not provide POSIX.1 features except with
    this defined. */
 /* #undef _POSIX_1_SOURCE */

 /* Define to 1 if you need to in order for `stat' and other things to work. */
 /* #undef _POSIX_SOURCE */

 /* Define to empty if `const' does not conform to ANSI C. */
 /* #undef const */

 /* Define to `__inline__' or `__inline' if that's what the C compiler
    calls it, or to nothing if 'inline' is not supported under any name.  */
 #ifndef __cplusplus
 /* #undef inline */
 #endif

 /* Define to `long int' if <sys/types.h> does not define. */
 /* #undef off_t */

 /* Define to the equivalent of the C99 'restrict' keyword, or to
    nothing if this is not supported.  Do not define if restrict is
    supported directly.  */
 #define restrict __restrict
 /* Work around a bug in Sun C++: it does not support _Restrict or
    __restrict__, even though the corresponding Sun C compiler ends up with
    "#define restrict _Restrict" or "#define restrict __restrict__" in the
    previous line.  Perhaps some future version of Sun C++ will work with
    restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
 #if defined __SUNPRO_CC && !defined __RESTRICT
 # define _Restrict
 # define __restrict__
 #endif

 /* Define to `unsigned int' if <sys/types.h> does not define. */
 /* #undef size_t */

 /* Define the real type of socklen_t */
 /* #undef socklen_t */

 /* define ssize_t to __int64 if it's missing in default includes */
 /* #undef ssize_t */

 #ifdef ASMALIGN_1SLN
 # define ASMALIGN(ZEROBITS) ".align " #ZEROBITS "\n\t"
 #else
 # define ASMALIGN(ZEROBITS) ".align 1<<" #ZEROBITS "\n\t"
 #endif

 #endif  /* __XINE_LIB_CONFIG_H__ */



 #if defined (__FreeBSD__) && !defined (__FreeBSD_kernel__)
 #define __FreeBSD_kernel__ __FreeBSD__
 #endif

 #if defined (__FreeBSD_kernel__)
 #include <sys/param.h>
 # if defined (__FreeBSD_version) && !defined (__FreeBSD_kernel_version)
 # define __FreeBSD_kernel_version __FreeBSD_version
 # endif
 #endif


 #endif


 --------------000900080900050709010700
 Content-Type: text/plain; charset=UTF-8;
  name="os_internal.h"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="os_internal.h"

 #ifndef _XINE_OS_INTERNAL_H
 #define _XINE_OS_INTERNAL_H

 /* When using Apple's GCC, __APPLE__ will be defined.  This is a whole lot of
  * messiness, but it's necessary in order to perform universal builds properly.
  * It's meant to over-ride configure time stuff that would be different at
  * compile time.
  */
 #if defined(__APPLE__) && defined(XINE_MACOSX_UNIVERSAL_BINARY)

 /* __ppc__, __ppc64__, __i386__, __x86_64__ are interesting arch macros */
 #undef HOST_ARCH
 #if defined(__ppc__) || defined(__ppc64__)
 #define ARCH_PPC
 #if defined(__ppc64__)
 #define HOST_ARCH           "darwin/powerpc64"
 #else
 #define HOST_ARCH           "darwin/powerpc"
 #endif
 #elif defined(__i386__) || defined(__x86_64__)
 #define ARCH_X86
 #define BITFIELD_LSBF
 #define HAVE_MMX
 #if defined(__x86_64__)
 #define ARCH_X86_64
 #define HOST_ARCH           "darwin/x86_64"
 #elif defined(__i386__)
 #define ARCH_X86_32
 #define HOST_ARCH           "darwin/x86_32"
 #else
 #error unrecognized/unsupported CPU type building for Apple Darwin
 #endif
 #endif

 /* See /Developer/SDKs/MacOSX10.4u.sdk/usr/include/machine/limits.h */
 #if SIZEOF_INT != 4
 #undef  SIZEOF_INT
 #define SIZEOF_INT 4
 #endif

 #if defined(__LP64__) && SIZEOF_LONG != 8
 #undef  SIZEOF_LONG
 #define SIZEOF_LONG 8
 #elif !defined(__LP64__) && SIZEOF_LONG != 4
 #undef  SIZEOF_LONG
 #define SIZEOF_LONG 4
 #endif

 /* WORDS_BIGENDIAN (replaces AC_C_BIGENDIAN autoconf test at compile time) */
 #include <machine/endian.h>
 #if BYTE_ORDER == BIG_ENDIAN
 #define WORDS_BIGENDIAN 1
 #else
 #undef  WORDS_BIGENDIAN
 #endif

 #if defined(__LP64__)
 #define FPM_64BIT           1
 #elif defined(__ppc__) || defined(__ppc64__)
 #define FPM_PPC             1
 #elif defined(__i386__) || defined(__x86_64__)
 #define FPM_INTEL           1
 #endif

 #endif  /* __APPLE__ */

 #include <stddef.h>
 #include <stdarg.h>

 #ifdef HAVE_SYS_PARAM_H
 # include <sys/param.h>
 #endif

 #ifdef HOST_OS_DARWIN
   /* Darwin (Mac OS X) needs __STDC_LIBRARY_SUPPORTED__ for SCNx64 and
    * SCNxMAX macros */
 #  ifndef __STDC_LIBRARY_SUPPORTED__
 #    define __STDC_LIBRARY_SUPPORTED__
 #  endif /* __STDC_LIBRARY_SUPPORTED__ */
 #endif

 #if defined (__SVR4) && defined (__sun)
 #  include <sys/int_types.h>
 #endif

 #include <inttypes.h>
 #include <pthread.h>
 #include <xine/attributes.h>


 #if defined(WIN32) || defined(__CYGWIN__)
 #  define XINE_PATH_SEPARATOR_STRING ";"
 #  define XINE_PATH_SEPARATOR_CHAR ';'
 #  define XINE_DIRECTORY_SEPARATOR_STRING "\\"
 #  define XINE_DIRECTORY_SEPARATOR_CHAR '\\'
 #else
 #  define XINE_PATH_SEPARATOR_STRING ":"
 #  define XINE_PATH_SEPARATOR_CHAR ':'
 #  define XINE_DIRECTORY_SEPARATOR_STRING "/"
 #  define XINE_DIRECTORY_SEPARATOR_CHAR '/'
 #endif

 /* replacement of min/max macros */
 #ifndef HAVE_MAX_MACRO
 #define	MAX(a,b) (((a)>(b))?(a):(b))
 #endif
 #ifndef HAVE_MIN_MACRO
 #define	MIN(a,b) (((a)<(b))?(a):(b))
 #endif

 /* replacement of strndup */
 #ifndef HAVE_STRNDUP
 #define HAVE_STRNDUP
 #define strndup(S, N) xine_private_strndup((S), (N))
 char *xine_private_strndup(const char *s, size_t n);
 #endif

 /* replacement of basename */
 #ifndef HAVE_BASENAME
 #define HAVE_BASENAME
 #define basename(PATH) xine_private_basename((PATH))
 char *xine_private_basename(char *path);
 #endif

 /* replacement of hstrerror */
 #ifndef HAVE_HSTRERROR
 #define HAVE_HSTRERROR
 #define hstrerror(ERR) xine_private_hstrerror((ERR))
 const char *xine_private_hstrerror(int err);
 #endif

 /* replacement of setenv */
 #ifndef HAVE_SETENV
 #define HAVE_SETENV
 #define setenv(NAME, VALUE, OVERWRITE) xine_private_setenv((NAME), (VALUE))
 int xine_private_setenv(const char *name, const char *value);
 #endif

 /* replacement of strcasestr */
 #ifndef HAVE_STRCASESTR
 #define HAVE_STRCASESTR
 #define strcasestr(HAYSTACK, NEEDLE) xine_private_strcasestr((HAYSTACK), (NEEDLE))
 char *xine_private_strcasestr(const char *haystack, const char *needle);
 #endif

 /* replacement of strtok_r */
 #ifndef HAVE_STRTOK_R
 #define HAVE_STRTOK_R
 #define strtok_r(S, DELIM, PTRPTR) xine_private_strtok_r((S), (DELIM), (PTRPTR))
 char *xine_private_strtok_r(char *s, const char *delim, char **ptrptr);
 #endif

 /* replacement of gettimeofday */
 #ifndef HAVE_GETTIMEOFDAY
 #  define HAVE_GETTIMEOFDAY
 #  ifdef WIN32
 #    include <winsock.h>
 struct timezone;
 #  else
 #    include <sys/time.h>
 #  endif
 #  define gettimeofday(TV, TZ) xine_private_gettimeofday((TV))
 int xine_private_gettimeofday(struct timeval *tv);
 #endif

 /* replacement of strpbrk */
 #ifndef HAVE_STRPBRK
 #define HAVE_STRPBRK
 #define strpbrk(S, ACCEPT) xine_private_strpbrk((S), (ACCEPT))
 char *xine_private_strpbrk(const char *s, const char *accept);
 #endif

 /* replacement of strsep */
 #ifndef HAVE_STRSEP
 #define HAVE_STRSEP
 #define strsep(STRINGP, DELIM) xine_private_strsep((STRINGP), (DELIM))
 char *xine_private_strsep(char **stringp, const char *delim);
 #endif

 /* replacement of timegm */
 #ifndef HAVE_TIMEGM
 #define HAVE_TIMEGM
 #include <time.h>
 #define timegm(TM) xine_private_timegm((TM))
 time_t xine_private_timegm(struct tm *tm);
 #endif

 /* replacement of unsetenv */
 #ifndef HAVE_UNSETENV
 #define HAVE_UNSETENV
 #define unsetenv(NAME) xine_private_unsetenv((NAME))
 void xine_private_unsetenv(const char *name);
 #endif

 /* replacement of asprintf & vasprintf */
 #ifndef HAVE_ASPRINTF
 #define HAVE_ASPRINTF
 #ifdef __GNUC__
   #define asprintf(STRINGPP, FORMAT, ARGS...) xine_private_asprintf((STRINGPP), FORMAT, ##ARGS)
 #elif defined (_MSC_VER)
   #define asprintf(STRINGPP, FORMATARGS) xine_private_asprintf((STRINGPP), FORMATARGS)
 #else
   #define asprintf(STRINGPP, FORMAT, ...) xine_private_asprintf((STRINGPP), FORMAT, __VA_ARGS__)
 #endif
 #define vasprintf(STRINGPP, FORMAT, VA_ARG) xine_private_vasprintf((STRINGPP), (FORMAT), (VA_ARG))
 int xine_private_asprintf(char **string, const char *format, ...) XINE_FORMAT_PRINTF(2, 3);
 int xine_private_vasprintf(char **string, const char *format, va_list ap) XINE_FORMAT_PRINTF(2, 0);
 #endif

 /* replacement of strndup */
 #ifndef HAVE_STRNDUP
 #define HAVE_STRNDUP
 #define strndup(S, N) xine_private_strndup((S), (N))
 char *xine_private_strndup(const char *s, size_t n);
 #endif

 /* replacement of pthread_mutex_timedlock */
 #ifndef HAVE_PTHREAD_MUTEX_TIMEDLOCK
 #define HAVE_PTHREAD_MUTEX_TIMEDLOCK
 #define pthread_mutex_timedlock(M, T) xine_private_pthread_mutex_timedlock((M), (T))
 int xine_private_pthread_mutex_timedlock(pthread_mutex_t *mutex, const struct timespec *abs_timeout);
 #endif

 /* handle non-standard function names */
 #if !defined(HAVE_SNPRINTF) && defined(HAVE__SNPRINTF)
 #  define HAVE_SNPRINTF
 #  define snprintf _snprintf
 #endif
 #if !defined(HAVE_VSNPRINTF) && defined(HAVE__VSNPRINTF)
 #  define HAVE_VSNPRINTF
 #  define vsnprintf _vsnprintf
 #endif
 #if !defined(HAVE_STRCASECMP) && defined(HAVE__STRICMP)
 #  define HAVE_STRCASECMP
 #  define strcasecmp _stricmp
 #endif
 #if !defined(HAVE_STRNCASECMP) && defined(HAVE__STRNICMP)
 #  define HAVE_STRNCASECMP
 #  define strncasecmp _strnicmp
 #endif

 #include <math.h>
 #ifndef M_PI
 #  define M_PI 3.14159265358979323846
 #endif

 #ifdef WIN32
 /* this hack applied only on attic version of MinGW platform */
 #  if !defined(va_copy) && !defined(HAVE_VA_COPY)
 #    define va_copy(DEST, SRC) ((DEST) = (SRC))
 #  endif

 #  include <io.h>
 #  ifdef _MSC_VER
 #    include <direct.h>
 #  endif
 #  ifdef HAVE_SYS_STAT_H
 #    include <sys/stat.h>
 #  endif
 #  ifdef __MINGW64__
 #    define mkdir(A, B) mkdir((A))
 #  else
 #    define mkdir(A, B) _mkdir((A))
 #  endif

 #  ifndef S_ISDIR
 #    define S_ISDIR(m) ((m) & _S_IFDIR)
 #  endif

 #  ifndef S_ISREG
 #    define S_ISREG(m) ((m) & _S_IFREG)
 #  endif

 #  ifndef S_ISBLK
 #    define S_ISBLK(m) 0
 #  endif

 #  ifndef S_ISCHR
 #    define S_ISCHR(m) 0
 #  endif

 #  ifndef S_ISLNK
 #    define S_ISLNK(mode)  0
 #  endif

 #  ifndef S_ISSOCK
 #    define S_ISSOCK(mode) 0
 #  endif

 #  ifndef S_ISFIFO
 #    define S_ISFIFO(mode) 0
 #  endif

 #  ifndef S_IXUSR
 #    define S_IXUSR S_IEXEC
 #  endif

 #  ifndef S_IXGRP
 #    define S_IXGRP S_IEXEC
 #  endif

 #  ifndef S_IXOTH
 #    define S_IXOTH S_IEXEC
 #  endif

 #  if !S_IXUGO
 #    define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH)
 #  endif

 /*
  * workaround compatibility code due to 'near' and 'far' keywords in windef.h
  * (do it only inside ffmpeg)
  */
 #  ifdef HAVE_AV_CONFIG_H
 #    include <windows.h>
 #    ifdef near
 #      undef near
 #    endif
 #    ifdef far
 #      undef far
 #    endif
 #    ifdef frm1
 #      undef frm1
 #    endif
      /* it sucks everywhere :-) */
 #    define near win32_sucks_near
 #    define far win32_sucks_far
 #  endif /* av_config */

 #endif

 #ifndef HAVE_READLINK
 #  define readlink(PATH, BUF, BUFSIZE) 0
 #endif

 /* replacing lstat by stat */
 #ifndef HAVE_LSTAT
 #  define HAVE_LSTAT
 #  define lstat(FILENAME, BUF) stat((FILENAME), (BUF))
 #endif

 /* replacements of dirent for MSVC platform */
 #ifndef HAVE_OPENDIR
 #define HAVE_OPENDIR
 typedef struct DIR DIR;

 struct dirent {
   unsigned short d_reclen;
   char *d_name;
 };

 DIR           *xine_private_opendir(const char *);
 int           xine_private_closedir(DIR *);
 struct dirent *xine_private_readdir(DIR *);
 void          xine_private_rewinddir(DIR *);

 #define opendir(DIRENT_NAME) xine_private_opendir((DIRENT_NAME))
 #define closedir(DIRENT_DIR) xine_private_closedir((DIRENT_DIR))
 #define readdir(DIRENT_DIR) xine_private_readdir((DIRENT_DIR))
 #define rewinddir(DIRENT_DIR) xine_private_rewinddir((DIRENT_DIR))

 #endif

 /* replacement of memmem */
 #ifndef HAVE_MEMMEM
 #define HAVE_MEMMEM
 #define memmem(H, HL, N, NL) \
   xine_private_memmem((H), (HL), (N), (NL))
 void *xine_private_memmem (const void *haystack, size_t haystack_len,
 			   const void *needle, size_t needle_len);
 #endif

 #endif

 --------------000900080900050709010700--

Responsible-Changed-From-To: pkg-manager->solaris-pkg-people
Responsible-Changed-By: obache@NetBSD.org
Responsible-Changed-When: Thu, 26 Apr 2012 12:08:40 +0000
Responsible-Changed-Why:
Problem on OpenIndiana.


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.