summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-04-18 18:58:23 -0500
committerSlávek Banko <slavek.banko@axis.cz>2013-04-25 03:22:57 +0200
commitc3a7e5d3db985190b00321cb4d760a25a461eff0 (patch)
treefb640b5fe8e52608754286dd2c5f02ffe57e5b2f /config.h.cmake
parent3ab7d7ba97776bdb079d743abe75f65957a77179 (diff)
downloadtdelibs-c3a7e5d3db985190b00321cb4d760a25a461eff0.tar.gz
tdelibs-c3a7e5d3db985190b00321cb4d760a25a461eff0.zip
Fix URL handling of media/builtin-* mimetypes
This partially resolves Bug 976 Add missing ACL support to CMake build files (cherry picked from commit 30b0af1f01cdbfcc51a56943e8c091bc8991f83a)
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h.cmake b/config.h.cmake
index e50d7184f..98a69b039 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -354,7 +354,7 @@
#undef HAVE_NL_TYPES_H
/* Define if system has non-POSIX extensions to the ACL support. */
-#undef HAVE_NON_POSIX_ACL_EXTENSIONS
+#cmakedefine HAVE_NON_POSIX_ACL_EXTENSIONS 1
/* Define if your system needs _NSGetEnviron to set up the environment */
#undef HAVE_NSGETENVIRON
@@ -820,7 +820,7 @@
#cmakedefine TIME_WITH_SYS_TIME 1
/* Define if system has POSIX ACL support. */
-#undef USE_POSIX_ACL
+#cmakedefine USE_POSIX_ACL 1
/* Version number of package */
#define VERSION "@VERSION@"