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

add -DSTRLCAT option

This commit is contained in:
Alexandre Ratchov 2011-05-06 12:50:17 +02:00
parent 8d6ff70519
commit 68f6173228

2
configure vendored
View File

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