1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-26 12:21:12 +03:00

Removed MBFLAGS from makefiles since it's now done in include/config.h.

This commit is contained in:
Peter Eisentraut
2000-01-19 02:59:03 +00:00
parent d4aab2c000
commit 533d516629
28 changed files with 81 additions and 83 deletions

View File

@ -11,7 +11,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: miscadmin.h,v 1.48 2000/01/18 05:08:29 ishii Exp $
* $Id: miscadmin.h,v 1.49 2000/01/19 02:59:02 petere Exp $
*
* NOTES
* some of the information in this file will be moved to
@ -22,6 +22,8 @@
#ifndef MISCADMIN_H
#define MISCADMIN_H
#include "postgres.h"
#include "utils/trace.h"
/*****************************************************************************