head	1.3;
access;
symbols
	pkgsrc-2013Q2:1.3.0.34
	pkgsrc-2013Q2-base:1.3
	pkgsrc-2012Q4:1.3.0.32
	pkgsrc-2012Q4-base:1.3
	pkgsrc-2011Q4:1.3.0.30
	pkgsrc-2011Q4-base:1.3
	pkgsrc-2011Q2:1.3.0.28
	pkgsrc-2011Q2-base:1.3
	pkgsrc-2009Q4:1.3.0.26
	pkgsrc-2009Q4-base:1.3
	pkgsrc-2008Q4:1.3.0.24
	pkgsrc-2008Q4-base:1.3
	pkgsrc-2008Q3:1.3.0.22
	pkgsrc-2008Q3-base:1.3
	cube-native-xorg:1.3.0.20
	cube-native-xorg-base:1.3
	pkgsrc-2008Q2:1.3.0.18
	pkgsrc-2008Q2-base:1.3
	pkgsrc-2008Q1:1.3.0.16
	pkgsrc-2008Q1-base:1.3
	pkgsrc-2007Q4:1.3.0.14
	pkgsrc-2007Q4-base:1.3
	pkgsrc-2007Q3:1.3.0.12
	pkgsrc-2007Q3-base:1.3
	pkgsrc-2007Q2:1.3.0.10
	pkgsrc-2007Q2-base:1.3
	pkgsrc-2007Q1:1.3.0.8
	pkgsrc-2007Q1-base:1.3
	pkgsrc-2006Q4:1.3.0.6
	pkgsrc-2006Q4-base:1.3
	pkgsrc-2006Q3:1.3.0.4
	pkgsrc-2006Q3-base:1.3
	pkgsrc-2006Q2:1.3.0.2
	pkgsrc-2006Q2-base:1.3
	pkgsrc-2006Q1:1.1.1.1.0.28
	pkgsrc-2006Q1-base:1.1.1.1
	pkgsrc-2005Q4:1.1.1.1.0.26
	pkgsrc-2005Q4-base:1.1.1.1
	pkgsrc-2005Q3:1.1.1.1.0.24
	pkgsrc-2005Q3-base:1.1.1.1
	pkgsrc-2005Q2:1.1.1.1.0.22
	pkgsrc-2005Q2-base:1.1.1.1
	pkgsrc-2005Q1:1.1.1.1.0.20
	pkgsrc-2005Q1-base:1.1.1.1
	pkgsrc-2004Q4:1.1.1.1.0.18
	pkgsrc-2004Q4-base:1.1.1.1
	pkgsrc-2004Q3:1.1.1.1.0.16
	pkgsrc-2004Q3-base:1.1.1.1
	pkgsrc-2004Q2:1.1.1.1.0.14
	pkgsrc-2004Q2-base:1.1.1.1
	pkgsrc-2004Q1:1.1.1.1.0.12
	pkgsrc-2004Q1-base:1.1.1.1
	pkgsrc-2003Q4:1.1.1.1.0.10
	pkgsrc-2003Q4-base:1.1.1.1
	netbsd-1-6-1:1.1.1.1.0.6
	netbsd-1-6-1-base:1.1.1.1
	netbsd-1-6:1.1.1.1.0.8
	netbsd-1-6-RELEASE-base:1.1.1.1
	pkgviews:1.1.1.1.0.4
	pkgviews-base:1.1.1.1
	buildlink2:1.1.1.1.0.2
	buildlink2-base:1.1.1.1
	netbsd-1-5-PATCH003:1.1.1.1
	netbsd-1-5-PATCH001:1.1.1.1
	pkgsrc-base:1.1.1.1
	TNF:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2006.04.22.16.32.44;	author joerg;	state dead;
branches;
next	1.2;

1.2
date	2006.04.11.18.39.41;	author minskim;	state Exp;
branches;
next	1.1;

1.1
date	2000.12.17.09.46.00;	author hubertf;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2000.12.17.09.46.00;	author hubertf;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove patch-aa. Moving the include of the configuration header
after the use of the defines is not likely to work.
@
text
@$NetBSD: patch-aa,v 1.2 2006/04/11 18:39:41 minskim Exp $

--- src/config_unix.h.orig	2002-04-01 14:14:32.000000000 -0800
+++ src/config_unix.h
@@@@ -41,8 +41,6 @@@@
 #ifndef _CONFIG_UNIX_H
 #define _CONFIG_UNIX_H
 
-#include "uclconf.h"
-
 #include <limits.h>
 #include <sys/types.h>
 #if TIME_WITH_SYS_TIME
@@@@ -81,6 +79,8 @@@@
 #include <netdb.h>
 #include <arpa/inet.h>
 
+#include "uclconf.h"
+
 #ifdef __APPLE__
 #define NEED_DRAND48
 #define srand48 srand
@


1.2
log
@Update common-mml to 1.2.16.  This version was packaged by David Price,
and modified by me.

Major changes since 1.2.0:
  - Add support for SAP and SDP.
@
text
@d1 1
a1 1
$NetBSD$
@


1.1
log
@Initial revision
@
text
@d3 2
a4 2
--- config_unix.h.orig	Sat Dec 16 07:55:38 2000
+++ config_unix.h
d13 2
a14 3
 #include <sys/time.h>
@@@@ -71,6 +69,8 @@@@
 #include <sys/ioctl.h>
d17 2
d20 3
a22 4
+#include "uclconf.h"
 
 #ifdef HAVE_SYS_WAIT_H
 #include <sys/wait.h>
@


1.1.1.1
log
@Import common-mml-1.2.0:

The UCL common multimedia library implements a number of algorithms and
protocols needed by a number of our applications. It compiles standalone
on a range of Unix systems (Solaris, Linux, Irix, FreeBSD) and on Windows
95/98/NT. 

The following protocols/algorithms are included in the library: 

 * Base64 encoding/decoding 
 * Binary tree 
 * Random number 
 * HMAC authentication 
 * MD5 
 * DES 
 * RTP 
 * Mbus 
@
text
@@
