head     1.1;
branch   ;
access   ;
symbols  Version_2_1:1.1 Version_2:1.1;
locks    ; strict;
comment  @ * @;


1.1
date     90.06.12.21.25.06;  author cimarron;  state Version_2;
branches ;
next     ;


desc
@initial obsoletion..
@



1.1
log
@Initial revision
@
text
@#ifndef	DefaultIncluded		/* Include this file only once */
#define DefaultIncluded	1

/* ----------------
 *	THIS FILE IS GOING AWAY.  -cim 6/12/90
 * ----------------
 */
#define DEFAULT_H_OBSOLETE 1
#define DEFAULT_H_OBSOLETE 2
    
#if 0    
/*
 * default.h --
 *	POSTGRES tunable defaults definitions.
 *
 * Identification:
 *	$Header: RCS/default.h,v 1.2 89/09/05 17:05:21 mao C_Demo_1 Locker: cimarron $
 */

#ifndef C_H
#include "c.h"
#endif

/*
 * LookupDefault --
 *	Returns default value associated with given string.
 *
 * Exceptions:
 *	BadArg if string is invalid.
 *
 * Note:
 *	Until the defaults are stored in the DEFAULT relation, default
 * will be returned.
 */
extern
String		/* XXX Datum */
FetchDefault ARGS((
	String	string,
	String	standard
));
#endif
#endif	/* !defined(DefaultIncluded) */
@
