1/*-
2 * See the file LICENSE for redistribution information.
3 *
4 * Copyright (c) 1999,2008 Oracle.  All rights reserved.
5 *
6 * $Id: env_globals.c,v 1.3 2008/01/08 20:58:22 bostic Exp $
7 */
8
9#include "db_config.h"
10
11/*
12 * This is the file that initializes the global array.  Do it this way because
13 * people keep changing the structure without changing the initialization code.
14 * Having declaration and initialization in one file will hopefully fix that.
15 */
16#define	DB_INITIALIZE_DB_GLOBALS	1
17
18#include "db_int.h"
19