fix missing defines

This commit is contained in:
John
2023-09-24 08:28:19 +02:00
parent d89b7cf29a
commit 087209f2e7
2 changed files with 15 additions and 3 deletions
+12
View File
@@ -31,6 +31,18 @@
/* Defined if pthread_setname_np is available. */
#cmakedefine HAVE_PTHREAD_SETNAME_NP
/* Defined if cfsetspeed() is available. */
#cmakedefine HAVE_CFSETSPEED
/* Defined if time.h is available. */
#cmakedefine HAVE_TIME_H
/* Defined if syslog.h is available. */
#cmakedefine HAVE_SYSLOG_H
/* Defined if argp.h is available. */
#cmakedefine HAVE_ARGP_H
/* The name of package. */
#cmakedefine PACKAGE "${PACKAGE_NAME}"