1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-25 01:02:05 +03:00

Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of

places that were including the wrong files.
This commit is contained in:
Peter Eisentraut
2001-08-24 14:07:50 +00:00
parent 7326e78c42
commit 968d7733a1
76 changed files with 575 additions and 644 deletions

View File

@ -13,10 +13,6 @@
*--------
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "psqlodbc.h"
#include <string.h>