From c0125ee22e09a31ae291e42faa817835bd903dbc Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 3 Sep 2016 00:07:23 +0100 Subject: Update platform feature detection to work with CMake. Rewrite some macros in forms that can be parsed by our parser written in CMake language (fake m4 with regexps). Fix incorrect conditional includes and incorrect #if/#ifdef assumptions. --- lib/backupstore/BackupStoreFileDiff.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/backupstore/BackupStoreFileDiff.cpp') diff --git a/lib/backupstore/BackupStoreFileDiff.cpp b/lib/backupstore/BackupStoreFileDiff.cpp index 1d83d854..e6df11a6 100644 --- a/lib/backupstore/BackupStoreFileDiff.cpp +++ b/lib/backupstore/BackupStoreFileDiff.cpp @@ -16,7 +16,7 @@ #ifdef HAVE_TIME_H #include -#elif HAVE_SYS_TIME_H +#elif defined HAVE_SYS_TIME_H #include #endif -- cgit v1.2.3