svn commit: r209164 -
projects/clangbsd/lib/clang/include/llvm/Config
Roman Divacky
rdivacky at FreeBSD.org
Mon Jun 14 17:10:09 UTC 2010
Author: rdivacky
Date: Mon Jun 14 17:10:09 2010
New Revision: 209164
URL: http://svn.freebsd.org/changeset/base/209164
Log:
Disable timestamps and posix_spawn. Just like in head.
Modified:
projects/clangbsd/lib/clang/include/llvm/Config/config.h
Modified: projects/clangbsd/lib/clang/include/llvm/Config/config.h
==============================================================================
--- projects/clangbsd/lib/clang/include/llvm/Config/config.h Mon Jun 14 17:09:39 2010 (r209163)
+++ projects/clangbsd/lib/clang/include/llvm/Config/config.h Mon Jun 14 17:10:09 2010 (r209164)
@@ -27,7 +27,7 @@
/* #undef ENABLE_THREADS */
/* Define if timestamp information (e.g., __DATE___) is allowed */
-#define ENABLE_TIMESTAMPS 1
+/* #undef ENABLE_TIMESTAMPS */
/* Define to 1 if you have the `argz_append' function. */
/* #undef HAVE_ARGZ_APPEND */
@@ -270,7 +270,7 @@
#define HAVE_OPENDIR 1
/* Define to 1 if you have the `posix_spawn' function. */
-#define HAVE_POSIX_SPAWN 1
+/* #undef HAVE_POSIX_SPAWN */
/* Define to 1 if you have the `powf' function. */
#define HAVE_POWF 1
More information about the svn-src-projects
mailing list