]> git.lyx.org Git - lyx.git/blobdiff - development/scons/SConstruct
Add a cache for converted image files. This needs to be enabled in the
[lyx.git] / development / scons / SConstruct
index bca2d69b26d90a05613d30985d1dfba00674a09a..63229e6beaac26529704524182feaeedd687e879 100644 (file)
@@ -895,6 +895,10 @@ utils.createConfigFile(conf,
 #  define WANT_GETFILEATTRIBUTESEX_WRAPPER 1
 #endif
 
+#if defined(HAVE_WCHAR_T) && SIZEOF_WCHAR_T == 4
+#  define LIBC_WCTYPE_USES_UCS4
+#endif
+
 #endif
 '''
 )
@@ -982,6 +986,7 @@ result = utils.createConfigFile(conf,
     ],
     functions = [
         ('open', 'HAVE_OPEN', None),
+        ('chmod', 'HAVE_CHMOD', None),
         ('close', 'HAVE_CLOSE', None),
         ('popen', 'HAVE_POPEN', None),
         ('pclose', 'HAVE_PCLOSE', None),