1
0
mirror of https://github.com/ericonr/sndio.git synced 2024-02-18 04:45:21 -06:00

remove COMPAT_PACKED

This commit is contained in:
Alexandre Ratchov 2011-05-07 01:43:44 +02:00
parent 67ac528d10
commit 90905eea06

2
configure vendored
View File

@ -47,7 +47,7 @@ case `uname` in
so="$so libsndio.so.\${MAJ} libsndio.so"
defs='-DCOMPAT_ISSETUGID \\\
-DCOMPAT_STRLCAT -DCOMPAT_STRLCPY -DCOMPAT_STRTONUM \\\
-DCOMPAT_LETOH -DCOMPAT_PACKED -DDEV_RANDOM=\\"/dev/urandom\\"'
-DCOMPAT_LETOH -DDEV_RANDOM=\\"/dev/urandom\\"'
;;
OpenBSD)
sun=yes