Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > c9a08a0a19ffad09f746f4815730d201 > files > 1276

libdb-devel-5.1.25-3.fc15.i686.rpm

/*-
 * See the file LICENSE for redistribution information.
 *
 * Copyright (c) 2002, 2010 Oracle and/or its affiliates.  All rights reserved.
 *
 * $Id$
 */

PREFIX	ex_apprec
INCLUDE #include "ex_apprec.h"

/*
 * This is the source file used to generate the application-specific recovery
 * functions used by the ex_apprec example.  It should be turned into usable
 * source code (including a template for the recovery function itself) by
 * invoking changing to the dist directory of the DB distribution and
 * running the gen_rec.awk script there as follows:
 *
 *     awk -f ./gen_rec.awk \
 *         -v source_file=../examples/c/ex_apprec/ex_apprec_auto.c         \
 *         -v header_file=../examples/c/ex_apprec/ex_apprec_auto.h         \
 *         -v template_file=../examples/c/ex_apprec/ex_apprec_template     \
 *         < ../examples/c/ex_apprec/ex_apprec.src
 */

/*
 * mkdir: used to create a directory
 *
 * dirname:	relative or absolute pathname of the directory to be created
 */
BEGIN mkdir	42	10000
DBT	dirname		DBT		s
END