[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [16782] trunk/blender/extern/fftw/config.h : Fixing one msvc compile error on new fftw lib

Daniel Genrich daniel.genrich at gmx.net
Sun Sep 28 13:25:01 CEST 2008


Revision: 16782
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=16782
Author:   genscher
Date:     2008-09-28 13:24:09 +0200 (Sun, 28 Sep 2008)

Log Message:
-----------
Fixing one msvc compile error on new fftw lib

Modified Paths:
--------------
    trunk/blender/extern/fftw/config.h

Modified: trunk/blender/extern/fftw/config.h
===================================================================
--- trunk/blender/extern/fftw/config.h	2008-09-28 09:45:38 UTC (rev 16781)
+++ trunk/blender/extern/fftw/config.h	2008-09-28 11:24:09 UTC (rev 16782)
@@ -148,7 +148,7 @@
 #define HAVE_LIMITS_H 1
 
 /* Define to 1 if the compiler supports `long double' */
-#define HAVE_LONG_DOUBLE 1
+/* #undef HAVE_LONG_DOUBLE */
 
 /* Define to 1 if you have the `mach_absolute_time' function. */
 /* #undef HAVE_MACH_ABSOLUTE_TIME */
@@ -298,13 +298,14 @@
 #define STDC_HEADERS 1
 
 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
-#define TIME_WITH_SYS_TIME 1
+/* #undef TIME_WITH_SYS_TIME */
 
 /* Define if we have and are using OpenMP multithreading directives */
 /* #undef USING_OPENMP_THREADS */
 
 /* Define if we have and are using POSIX threads. */
 /* #undef USING_POSIX_THREADS */
+#define USING_POSIX_THREADS 1
 
 /* Version number of package */
 #define VERSION "3.1.2"





More information about the Bf-blender-cvs mailing list