FreeRDP/uwac/templates/config.h.in
2024-09-30 15:41:52 +02:00

13 lines
293 B
C

#ifndef UWAC_CONFIG_H
#define UWAC_CONFIG_H
/* Include files */
#cmakedefine UWAC_HAVE_TM_GMTOFF
#cmakedefine UWAC_HAVE_POLL_H
#cmakedefine UWAC_HAVE_SYSLOG_H
#cmakedefine UWAC_HAVE_JOURNALD_H
#cmakedefine UWAC_HAVE_PIXMAN_REGION
#cmakedefine UWAC_HAVE_STRERROR_R
#endif /* UWAC_CONFIG_H */