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:
@ -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"
|
||||
|
||||
/*****************************************************************************
|
||||
|
Reference in New Issue
Block a user