1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Various improvements to reduce questions :)

Remove USE_LOCALE from Makefile.global.in
Add USE_LOCALE to build/configure/config.h

Add check for BUILDRUN in configure to make sure that build is run before
configure
This commit is contained in:
Marc G. Fournier
1997-04-03 21:26:36 +00:00
parent 4bc578eb83
commit e3649e9e52
5 changed files with 226 additions and 190 deletions

View File

@@ -104,6 +104,9 @@
/* Set to 1 if you have union semun */
#undef HAVE_UNION_SEMUN
/* Set to 1 if you want to USE_LOCALE */
#undef USE_LOCALE
/*
* Code below this point should not require changes
*/