/*
 * XXX - Bogus copy till i figure out how i want to
 * locally configure postgres. - marc
 */
#ifndef INSTALLINFO_H
#define INSTALLINFO_H

#define DATAHOME "$TREE"                        /* loc of data/ dir */
#define AMIINT "$TREE/$OD/support/backend"      /* for vacuumd */
#define SRCDIR "$TREE/src/support"              /* source directory */
#define SCRDIR "$TREE/$OD/support"              /* script directory */

#endif
