repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git]
/
components
/
database
/
postgresql-15
/
files
/
pg_config.h
blob
47058e4eba1e29e7493a331653e593faee5c2b4a
1
#if defined(_LP64) || defined (__amd64)
2
#include <pg_config-64.h>
3
#else
4
#include <pg_config-32.h>
5
#endif