commit | 794bf0fda09a4dd75006eac72d85cf565c7c0f19 | [log] [tgz] |
---|---|---|
author | Pierre d'Herbemont <stegefin@free.fr> | Tue Nov 25 03:31:26 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Nov 25 03:31:26 2003 +0000 |
tree | 63d2315698a8111b2154ecdbf259ef7f9e5b3a3d | |
parent | c2d347755622a78c132dd47b96e0fc619794e3c4 [diff] [blame] |
Add Darwin/Mac OS X support to the build system.
diff --git a/include/config.h.in b/include/config.h.in index feaf9e1..3db9348 100644 --- a/include/config.h.in +++ b/include/config.h.in
@@ -248,6 +248,9 @@ /* Define to 1 if you have the `ossaudio' library (-lossaudio). */ #undef HAVE_LIBOSSAUDIO +/* Define to 1 if you have the `poll' library (-lpoll). */ +#undef HAVE_LIBPOLL + /* Define to 1 if you have the `resolv' library (-lresolv). */ #undef HAVE_LIBRESOLV