bf56a39e6f
* Fixed #8090: Duplicate definition of strndup * Moved strndup detection to winpr Co-authored-by: Armin Novak <anovak@thincast.com>
12 lines
234 B
C
12 lines
234 B
C
#ifndef UWAC_CONFIG_H
|
|
#define UWAC_CONFIG_H
|
|
|
|
/* Include files */
|
|
#cmakedefine HAVE_TM_GMTOFF
|
|
#cmakedefine HAVE_POLL_H
|
|
#cmakedefine HAVE_SYSLOG_H
|
|
#cmakedefine HAVE_JOURNALD_H
|
|
#cmakedefine HAVE_PIXMAN_REGION
|
|
|
|
#endif /* UWAC_CONFIG_H */
|