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

Have CASSERT enabled/disabled via configure, and passed through config.h

instead of as a -D
This commit is contained in:
Marc G. Fournier
1997-04-15 18:35:50 +00:00
parent 5dcc9bef6e
commit f9d2ec0eba
4 changed files with 252 additions and 188 deletions

View File

@@ -107,6 +107,9 @@
/* Set to 1 if you want to USE_LOCALE */
#undef USE_LOCALE
/* Set to 1 if you want to Disable ASSERT CHECKING */
#undef NO_ASSERT_CHECKING
/*
* Code below this point should not require changes
*/