diff options
-rw-r--r-- | samples/man/config.h.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/man/config.h.cmake b/samples/man/config.h.cmake index 1f648e60..86c1beaf 100644 --- a/samples/man/config.h.cmake +++ b/samples/man/config.h.cmake @@ -4,8 +4,8 @@ #cmakedefine HAVE_UNISTD_H #cmakedefine HAVE_STRING_H -#cmakedefine01 HAVE_BLAH_H -#cmakedefine01 HAVE_UNISTD_H +#cmakedefine HAVE_BLAH_H 1 +#cmakedefine HAVE_UNISTD_H 1 #endif |