Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jun 2010 17:10:09 +0000 (UTC)
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r209164 - projects/clangbsd/lib/clang/include/llvm/Config
Message-ID:  <201006141710.o5EHA9sY015188@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006141710.o5EHA9sY015188>