Add postgresql 9.6.1
[unleashed-userland.git] / components / database / postgresql-96 / files / pg_config.h
blob47058e4eba1e29e7493a331653e593faee5c2b4a
1 #if defined(_LP64) || defined (__amd64)
2 #include <pg_config-64.h>
3 #else
4 #include <pg_config-32.h>
5 #endif