13 lines
293 B
C
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 */
|