mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Removed MBFLAGS from makefiles since it's now done in include/config.h.
This commit is contained in:
@ -40,6 +40,7 @@
|
||||
#ifndef _REGEX_H_
|
||||
#define _REGEX_H_
|
||||
|
||||
#include "postgres.h"
|
||||
#include <sys/types.h>
|
||||
#include "mb/pg_wchar.h"
|
||||
|
||||
|
@ -37,6 +37,8 @@
|
||||
* @(#)regex2.h 8.4 (Berkeley) 3/20/94
|
||||
*/
|
||||
|
||||
#include "postgres.h"
|
||||
|
||||
/*
|
||||
* First, the stuff that ends up in the outside-world include file
|
||||
*/
|
||||
|
@ -37,7 +37,7 @@
|
||||
* @(#)utils.h 8.3 (Berkeley) 3/20/94
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "postgres.h"
|
||||
|
||||
/* utility definitions */
|
||||
#define DUPMAX 100000000 /* xxx is this right? */
|
||||
|
Reference in New Issue
Block a user