vcpkg/ports/libpqxx/config-internal-compiler.h.in

15 lines
425 B
C
Raw Normal View History

2018-01-03 06:43:06 +08:00
/* System supports poll(). */
#cmakedefine HAVE_POLL 1
/* Define to 1 if you have the <sys/select.h> header file. */
#cmakedefine HAVE_SYS_SELECT_H 1
/* Define to 1 if you have the <sys/time.h> header file. */
#cmakedefine HAVE_SYS_TIME_H 1
/* Define to 1 if you have the <sys/types.h> header file. */
#cmakedefine HAVE_SYS_TYPES_H 1
/* Define to 1 if you have the <unistd.h> header file. */
#cmakedefine HAVE_UNISTD_H 1