summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-04-18 18:58:23 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-04-18 18:58:23 -0500
commit30b0af1f01cdbfcc51a56943e8c091bc8991f83a (patch)
treec9e257fb983d474f8f2ccd9753c76c8e2c4e5b46 /config.h.cmake
parenta37d43794f4369915068f585f6ff4720e93dd2af (diff)
downloadtdelibs-30b0af1f01cdbfcc51a56943e8c091bc8991f83a.tar.gz
tdelibs-30b0af1f01cdbfcc51a56943e8c091bc8991f83a.zip
Fix URL handling of media/builtin-* mimetypes
This partially resolves Bug 976 Add missing ACL support to CMake build files
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 265b5afb9..b4e04b43a 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -360,7 +360,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
@@ -823,7 +823,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@"