apps/: Removed all references to CONFIG_DISABLE_POLL. The standard POSIX poll() can not longer be disabled.

This commit is contained in:
Gregory Nutt
2019-05-21 19:08:12 -06:00
parent b7b3dfb58b
commit dd35a7cacc
20 changed files with 28 additions and 61 deletions

View File

@@ -50,10 +50,6 @@
* Pre-processor Definitions
****************************************************************************/
#ifdef CONFIG_DISABLE_POLL
# error "The polling API is disabled"
#endif
/* Here are all of the configuration settings that must be met to have TCP/IP
* poll/select support. This kind of looks like overkill.
*