python/hypothesis: update to 6.122.3
[oi-userland.git] / components / database / postgresql-14 / 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