include config.h

This commit is contained in:
David Lawrence 2000-04-28 02:08:20 +00:00
parent 2d3c2c9911
commit 6b7257f756
69 changed files with 206 additions and 60 deletions

View file

@ -15,12 +15,14 @@
* SOFTWARE.
*/
/* $Id: omapi.c,v 1.11 2000/04/04 20:06:53 gson Exp $ */
/* $Id: omapi.c,v 1.12 2000/04/28 02:07:57 tale Exp $ */
/*
* Principal Author: DCL
*/
#include <config.h>
#include <stdlib.h>
#include <stdarg.h>

View file

@ -15,12 +15,14 @@
* SOFTWARE.
*/
/* $Id: rndc.c,v 1.9 2000/04/24 22:55:29 tale Exp $ */
/* $Id: rndc.c,v 1.10 2000/04/28 02:07:58 tale Exp $ */
/*
* Principal Author: DCL
*/
#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>

View file

@ -15,6 +15,8 @@
* SOFTWARE.
*/
#include <config.h>
#include <ctype.h>
#include <limits.h>
#include <stdio.h>

View file

@ -15,10 +15,12 @@
* SOFTWARE.
*/
/* $Id: log.c,v 1.17 2000/04/28 01:10:04 halley Exp $ */
/* $Id: log.c,v 1.18 2000/04/28 02:08:00 tale Exp $ */
/* Principal Authors: DCL */
#include <config.h>
#include <isc/assertions.h>
#include <isc/log.h>
#include <isc/result.h>

View file

@ -15,6 +15,8 @@
* SOFTWARE.
*/
#include <config.h>
#include <stddef.h>
#include <isc/assertions.h>

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/bn/bn_add.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
@ -57,6 +56,9 @@
* [including the GNU Public Licence.]
*/
#include <config.h>
#include "../rename.h"
#include <stdio.h>
#include "cryptlib.h"
#include "bn_lcl.h"

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/bn/bn_asm.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
@ -62,8 +61,11 @@
# define NDEBUG
#endif
#include <stdio.h>
#include <config.h>
#include "../rename.h"
#include <assert.h>
#include <stdio.h>
#include "cryptlib.h"
#include "bn_lcl.h"

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/bn/bn_ctx.c */
/* Written by Ulf Moeller for the OpenSSL project. */
/* ====================================================================
@ -55,6 +54,9 @@
*
*/
#include <config.h>
#include "../rename.h"
#ifndef BN_CTX_DEBUG
# undef NDEBUG /* avoid conflicting definitions */
# define NDEBUG

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/bn/bn_div.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
@ -57,6 +56,9 @@
* [including the GNU Public Licence.]
*/
#include <config.h>
#include "../rename.h"
#include <stdio.h>
#include <openssl/bn.h>
#include "cryptlib.h"

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/bn/bn_err.c */
/* ====================================================================
* Copyright (c) 1999 The OpenSSL Project. All rights reserved.
@ -58,6 +57,9 @@
* made to it will be overwritten when the script next updates this file.
*/
#include <config.h>
#include "../rename.h"
#include <stdio.h>
#include <openssl/err.h>
#include <openssl/bn.h>

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/bn/bn_exp.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
@ -57,6 +56,9 @@
* [including the GNU Public Licence.]
*/
#include <config.h>
#include "../rename.h"
#include <stdio.h>
#include "cryptlib.h"
#include "bn_lcl.h"

View file

@ -1,4 +1,6 @@
#include <config.h>
#include "../rename.h"
#include <stdio.h>
#include "cryptlib.h"
#include "bn_lcl.h"

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/bn/bn_gcd.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
@ -57,6 +56,9 @@
* [including the GNU Public Licence.]
*/
#include <config.h>
#include "../rename.h"
#include <stdio.h>
#include "cryptlib.h"
#include "bn_lcl.h"

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/bn/bn_lib.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
@ -57,6 +56,9 @@
* [including the GNU Public Licence.]
*/
#include <config.h>
#include "../rename.h"
#include <stdio.h>
#include "cryptlib.h"
#include "bn_lcl.h"

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/bn/bn_mont.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
@ -64,6 +63,9 @@
* sections 3.8 and 4.2 in http://security.ece.orst.edu/koc/papers/r01rsasw.pdf
*/
#include <config.h>
#include "../rename.h"
#include <stdio.h>
#include "cryptlib.h"
#include "bn_lcl.h"

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/bn/bn_mul.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
@ -57,6 +56,9 @@
* [including the GNU Public Licence.]
*/
#include <config.h>
#include "../rename.h"
#include <stdio.h>
#include "cryptlib.h"
#include "bn_lcl.h"

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/bn/bn_prime.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
@ -110,6 +109,9 @@
*
*/
#include <config.h>
#include "../rename.h"
#include <stdio.h>
#include <time.h>
#include "cryptlib.h"

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/bn/bn_print.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
@ -57,6 +56,9 @@
* [including the GNU Public Licence.]
*/
#include <config.h>
#include "../rename.h"
#include <stdio.h>
#include <ctype.h>
#include "cryptlib.h"

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/bn/bn_rand.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
@ -57,6 +56,9 @@
* [including the GNU Public Licence.]
*/
#include <config.h>
#include "../rename.h"
#include <stdio.h>
#include <time.h>
#include "cryptlib.h"

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/bn/bn_recp.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
@ -57,6 +56,9 @@
* [including the GNU Public Licence.]
*/
#include <config.h>
#include "../rename.h"
#include <stdio.h>
#include "cryptlib.h"
#include "bn_lcl.h"

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/bn/bn_shift.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
@ -57,6 +56,9 @@
* [including the GNU Public Licence.]
*/
#include <config.h>
#include "../rename.h"
#include <stdio.h>
#include "cryptlib.h"
#include "bn_lcl.h"

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/bn/bn_sqr.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
@ -57,6 +56,9 @@
* [including the GNU Public Licence.]
*/
#include <config.h>
#include "../rename.h"
#include <stdio.h>
#include "cryptlib.h"
#include "bn_lcl.h"

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/bn/bn_word.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
@ -57,6 +56,9 @@
* [including the GNU Public Licence.]
*/
#include <config.h>
#include "../rename.h"
#include <stdio.h>
#include "cryptlib.h"
#include "bn_lcl.h"

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/buffer/buffer.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
@ -57,6 +56,9 @@
* [including the GNU Public Licence.]
*/
#include <config.h>
#include "../rename.h"
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/buffer.h>

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/cryptlib.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
@ -57,6 +56,9 @@
* [including the GNU Public Licence.]
*/
#include <config.h>
#include "../rename.h"
#include <stdio.h>
#include <string.h>
#include "cryptlib.h"

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/dh/dh_err.c */
/* ====================================================================
* Copyright (c) 1999 The OpenSSL Project. All rights reserved.
@ -58,6 +57,9 @@
* made to it will be overwritten when the script next updates this file.
*/
#include <config.h>
#include "../rename.h"
#include <stdio.h>
#include <openssl/err.h>
#include <openssl/dh.h>

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/dh/dh_gen.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
@ -57,6 +56,9 @@
* [including the GNU Public Licence.]
*/
#include <config.h>
#include "../rename.h"
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/bn.h>

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/dh/dh_key.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
@ -57,6 +56,9 @@
* [including the GNU Public Licence.]
*/
#include <config.h>
#include "../rename.h"
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/bn.h>

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/dh/dh_lib.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
@ -57,6 +56,9 @@
* [including the GNU Public Licence.]
*/
#include <config.h>
#include "../rename.h"
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/bn.h>

View file

@ -1,6 +1,8 @@
#include "../rename.h"
/* crypto/dsa/dsa_asn1.c */
#include <config.h>
#include "../rename.h"
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/dsa.h>

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/dsa/dsa_err.c */
/* ====================================================================
* Copyright (c) 1999 The OpenSSL Project. All rights reserved.
@ -58,6 +57,9 @@
* made to it will be overwritten when the script next updates this file.
*/
#include <config.h>
#include "../rename.h"
#include <stdio.h>
#include <openssl/err.h>
#include <openssl/dsa.h>

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/dsa/dsa_gen.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
@ -72,6 +71,9 @@
#ifndef NO_SHA
#include <config.h>
#include "../rename.h"
#include <stdio.h>
#include <time.h>
#include "cryptlib.h"

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/dsa/dsa_key.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
@ -58,6 +57,9 @@
*/
#ifndef NO_SHA
#include <config.h>
#include "../rename.h"
#include <stdio.h>
#include <time.h>
#include "cryptlib.h"

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/dsa/dsa_lib.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
@ -59,6 +58,9 @@
/* Original version from Steven Schoch <schoch@sheba.arc.nasa.gov> */
#include <config.h>
#include "../rename.h"
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/bn.h>

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/dsa/dsa_ossl.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
@ -59,6 +58,9 @@
/* Original version from Steven Schoch <schoch@sheba.arc.nasa.gov> */
#include <config.h>
#include "../rename.h"
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/bn.h>

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/dsa/dsa_sign.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
@ -59,6 +58,9 @@
/* Original version from Steven Schoch <schoch@sheba.arc.nasa.gov> */
#include <config.h>
#include "../rename.h"
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/bn.h>

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/dsa/dsa_vrf.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
@ -59,6 +58,9 @@
/* Original version from Steven Schoch <schoch@sheba.arc.nasa.gov> */
#include <config.h>
#include "../rename.h"
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/bn.h>

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/err/err.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
@ -57,6 +56,9 @@
* [including the GNU Public Licence.]
*/
#include <config.h>
#include "../rename.h"
#include <stdio.h>
#include <stdarg.h>
#include <openssl/lhash.h>

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/ex_data.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
@ -57,6 +56,9 @@
* [including the GNU Public Licence.]
*/
#include <config.h>
#include "../rename.h"
#include <stdio.h>
#include <stdlib.h>
#include <openssl/buffer.h>

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/lhash/lhash.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
@ -95,6 +94,10 @@
*
* 1.0 eay - First version
*/
#include <config.h>
#include "../rename.h"
#include <stdio.h>
#include <string.h>
#include <stdlib.h>

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/md5/md5_dgst.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
@ -57,6 +56,9 @@
* [including the GNU Public Licence.]
*/
#include <config.h>
#include "../rename.h"
#include <stdio.h>
#include "md5_locl.h"
#include <openssl/opensslv.h>

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/rand/md_rand.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
@ -65,6 +64,9 @@
# endif
#endif
#include <config.h>
#include "../rename.h"
#include <assert.h>
#include <stdio.h>
#include <time.h>

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/mem.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
@ -57,6 +56,9 @@
* [including the GNU Public Licence.]
*/
#include <config.h>
#include "../rename.h"
#include <stdio.h>
#include <stdlib.h>
#include <openssl/crypto.h>

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/mem_dbg.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
@ -57,6 +56,9 @@
* [including the GNU Public Licence.]
*/
#include <config.h>
#include "../rename.h"
#include <stdio.h>
#include <stdlib.h>
#include <time.h>

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/rand/rand_lib.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
@ -57,6 +56,9 @@
* [including the GNU Public Licence.]
*/
#include <config.h>
#include "../rename.h"
#include <stdio.h>
#include <time.h>
#include <openssl/rand.h>

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/sha/sha1_one.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
@ -57,6 +56,9 @@
* [including the GNU Public Licence.]
*/
#include <config.h>
#include "../rename.h"
#include <stdio.h>
#include <string.h>
#include <openssl/sha.h>

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/sha/sha1dgst.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
@ -62,6 +61,9 @@
#undef SHA_0
#define SHA_1
#include <config.h>
#include "../rename.h"
#include <openssl/opensslv.h>
const char *SHA1_version="SHA1" OPENSSL_VERSION_PTEXT;

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/stack/stack.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
@ -66,6 +65,9 @@
*
* 1.0 eay - First version 29/07/92
*/
#include <config.h>
#include "../rename.h"
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/stack.h>

View file

@ -1,4 +1,3 @@
#include "../rename.h"
/* crypto/threads/th-lock.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
@ -57,6 +56,9 @@
* [including the GNU Public Licence.]
*/
#include <config.h>
#include "../rename.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View file

@ -48,7 +48,7 @@
* SUCH DAMAGE.
*/
/* $Id: commandline.c,v 1.4 2000/04/28 01:04:40 halley Exp $ */
/* $Id: commandline.c,v 1.5 2000/04/28 02:08:11 tale Exp $ */
/*
* This file was adapted from the NetBSD project's source tree, RCS ID:
@ -63,6 +63,8 @@
* Principal ISC caretaker: DCL
*/
#include <config.h>
#include <stdio.h>
#include <string.h>

View file

@ -15,10 +15,12 @@
* SOFTWARE.
*/
/* $Id: log.c,v 1.26 2000/04/11 18:22:34 tale Exp $ */
/* $Id: log.c,v 1.27 2000/04/28 02:08:11 tale Exp $ */
/* Principal Authors: DCL */
#include <config.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>

View file

@ -15,6 +15,8 @@
* SOFTWARE.
*/
#include <config.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>

View file

@ -3,9 +3,10 @@
* The Berkeley Software Design Inc. software License Agreement specifies
* the terms and conditions for redistribution.
*
* BSDI $Id: getaddrinfo.c,v 1.14 2000/03/10 23:11:27 explorer Exp $
* BSDI $Id: getaddrinfo.c,v 1.15 2000/04/28 02:08:12 tale Exp $
*/
#include <config.h>
#include <sys/types.h>
#include <sys/socket.h>

View file

@ -15,6 +15,8 @@
* SOFTWARE.
*/
#include <config.h>
#include <sys/types.h>
#include <sys/socket.h>

View file

@ -15,6 +15,8 @@
* SOFTWARE.
*/
#include <config.h>
#include <sys/types.h>
#include <sys/socket.h>

View file

@ -15,6 +15,8 @@
* SOFTWARE.
*/
#include <config.h>
#include <sys/types.h>
#include <sys/socket.h>

View file

@ -50,9 +50,11 @@
#if defined(LIBC_SCCS) && !defined(lint)
static const char sccsid[] = "@(#)herror.c 8.1 (Berkeley) 6/4/93";
static const char rcsid[] = "$Id: herror.c,v 1.2 2000/02/03 21:54:10 marka Exp $";
static const char rcsid[] = "$Id: herror.c,v 1.3 2000/04/28 02:08:14 tale Exp $";
#endif /* LIBC_SCCS and not lint */
#include <config.h>
#include <stdio.h>
#include <lwres/netdb.h>

View file

@ -15,7 +15,7 @@
* SOFTWARE.
*/
/* $Id: auth.c,v 1.3 2000/04/27 00:03:07 tale Exp $ */
/* $Id: auth.c,v 1.4 2000/04/28 02:08:15 tale Exp $ */
/* Principal Author: DCL */
@ -33,6 +33,9 @@
/*
* Subroutines for dealing with authorization.
*/
#include <config.h>
#include <errno.h>
#include <stddef.h> /* NULL */
#include <string.h> /* memset */

View file

@ -15,13 +15,16 @@
* SOFTWARE.
*/
/* $Id: connection.c,v 1.21 2000/04/28 01:24:18 gson Exp $ */
/* $Id: connection.c,v 1.22 2000/04/28 02:08:15 tale Exp $ */
/* Principal Author: DCL */
/*
* Subroutines for dealing with connections.
*/
#include <config.h>
#include <errno.h>
#include <stddef.h> /* NULL */
#include <string.h> /* memset */

View file

@ -15,13 +15,16 @@
* SOFTWARE.
*/
/* $Id: data.c,v 1.10 2000/03/14 03:37:48 tale Exp $ */
/* $Id: data.c,v 1.11 2000/04/28 02:08:16 tale Exp $ */
/* Principal Author: Ted Lemon */
/*
* Functions supporting memory allocation for the object management protocol.
*/
#include <config.h>
#include <stdlib.h> /* abort() */
#include <string.h> /* memset */

View file

@ -15,13 +15,16 @@
* SOFTWARE.
*/
/* $Id: generic.c,v 1.11 2000/03/14 03:38:54 tale Exp $ */
/* $Id: generic.c,v 1.12 2000/04/28 02:08:16 tale Exp $ */
/* Principal Author: Ted Lemon */
/*
* Subroutines that support the generic object.
*/
#include <config.h>
#include <stddef.h> /* NULL */
#include <string.h> /* memset */

View file

@ -15,13 +15,16 @@
* SOFTWARE.
*/
/* $Id: handle.c,v 1.9 2000/03/14 03:46:41 tale Exp $ */
/* $Id: handle.c,v 1.10 2000/04/28 02:08:17 tale Exp $ */
/* Principal Author: Ted Lemon */
/*
* Functions for maintaining handles on objects.
*/
#include <config.h>
#include <stddef.h> /* NULL */
#include <string.h> /* memset */

View file

@ -15,7 +15,9 @@
* SOFTWARE.
*/
/* $ID: $ */
/* $Id: lib.c,v 1.9 2000/04/28 02:08:17 tale Exp $ */
#include <config.h>
#include <stddef.h>

View file

@ -18,6 +18,9 @@
/*
* Subroutines that support the generic listener object.
*/
#include <config.h>
#include <stdlib.h> /* NULL and abort() */
#include <string.h> /* memset */

View file

@ -18,6 +18,9 @@
/*
* Subroutines for dealing with message objects.
*/
#include <config.h>
#include <stddef.h> /* NULL */
#include <string.h> /* memset */

View file

@ -15,10 +15,12 @@
* SOFTWARE.
*/
/* $Id: object.c,v 1.14 2000/03/18 00:34:53 tale Exp $ */
/* $Id: object.c,v 1.15 2000/04/28 02:08:19 tale Exp $ */
/* Principal Author: Ted Lemon */
#include <config.h>
#include <string.h> /* memset */
#include <isc/assertions.h>

View file

@ -18,6 +18,9 @@
/*
* Functions supporting the object management protocol.
*/
#include <config.h>
#include <stddef.h> /* NULL */
#include <stdlib.h> /* random */
#include <string.h> /* memset */

View file

@ -15,10 +15,12 @@
* SOFTWARE.
*/
/* $Id: string.c,v 1.4 2000/02/03 23:14:35 halley Exp $ */
/* $Id: string.c,v 1.5 2000/04/28 02:08:20 tale Exp $ */
/* Principal Author: Ted Lemon */
#include <config.h>
#include <string.h> /* memset */
#include <isc/assertions.h>

View file

@ -15,10 +15,12 @@
* SOFTWARE.
*/
/* $Id: value.c,v 1.4 2000/02/03 23:14:35 halley Exp $ */
/* $Id: value.c,v 1.5 2000/04/28 02:08:20 tale Exp $ */
/* Principal Author: Ted Lemon */
#include <config.h>
#include <string.h> /* memset */
#include <isc/assertions.h>