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
bhyve-fw: drop CSM
[oi-userland.git]
/
components
/
library
/
libcdio
/
files
/
cdio_config.h
blob
22e1f1411f2d85d0725bd8cee9609ac229c9f083
1
#if defined(_LP64) || defined (__amd64)
2
#include <cdio/cdio_config-64.h>
3
#else
4
#include <cdio/cdio_config-32.h>
5
#endif