add -DSTRLCAT option

This commit is contained in:
Alexandre Ratchov 2011-05-06 12:50:17 +02:00
parent 8d6ff70519
commit 68f6173228
1 changed files with 1 additions and 1 deletions

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)