config: HAVE_PPOLL should be 0 by default instead of undefined

Signed-off-by: Aron Budea <aron.budea@collabora.com>
Change-Id: I5ffbe723341fc5a2e4363aaa6abe11e33e262ffa
pull/5346/head
Aron Budea 2022-10-14 12:07:36 +02:00 committed by Andras Timar
parent 59b564cd80
commit 3df0b1126a
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
#undef HAVE_PKCS5_PBKDF2_HMAC
/* Define to 1 if you have the `ppoll' function. */
#undef HAVE_PPOLL
#define HAVE_PPOLL 0
/* Whether the used C++ has support for std::filesystem. */
#undef HAVE_STD_FILESYSTEM