diff options
| author | Nicolas Riebesel <nicolas.riebesel@gmx.com> | 2017-03-06 13:49:05 +0100 |
|---|---|---|
| committer | Nicolas Riebesel <nicolas.riebesel@gmx.com> | 2017-03-06 13:49:05 +0100 |
| commit | 09794f2b24c6e3cc79f47b91cbb4ecb55fcbae93 (patch) | |
| tree | 76aaeb88cc43eacc9c807f43b236662cb8d24755 | |
| parent | cb1cf039d80c126b654ebb1c68a69c29a5f7b61b (diff) | |
| download | vcpkg-09794f2b24c6e3cc79f47b91cbb4ecb55fcbae93.tar.gz vcpkg-09794f2b24c6e3cc79f47b91cbb4ecb55fcbae93.zip | |
Undef everything unneeded in config.h
| -rw-r--r-- | ports/fftw3/config.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/ports/fftw3/config.h b/ports/fftw3/config.h index 0b543354e..3fbe33864 100644 --- a/ports/fftw3/config.h +++ b/ports/fftw3/config.h @@ -210,7 +210,7 @@ #define HAVE_SINL 1
/* Define to 1 if you have the `snprintf' function. */
-#undef HAVE_SNPRINTF
+#define HAVE_SNPRINTF 1
/* Define to 1 if you have the `sqrt' function. */
#define HAVE_SQRT 1
@@ -308,43 +308,43 @@ #undef PTHREAD_CREATE_JOINABLE
/* The size of `double', as computed by sizeof. */
-#define SIZEOF_DOUBLE 8
+#undef SIZEOF_DOUBLE
/* The size of `fftw_r2r_kind', as computed by sizeof. */
#undef SIZEOF_FFTW_R2R_KIND
/* The size of `float', as computed by sizeof. */
-#define SIZEOF_FLOAT 4
+#undef SIZEOF_FLOAT
/* The size of `int', as computed by sizeof. */
-#define SIZEOF_INT 4
+#undef SIZEOF_INT
/* The size of `long', as computed by sizeof. */
-#define SIZEOF_LONG 4
+#undef SIZEOF_LONG
/* The size of `long long', as computed by sizeof. */
-#define SIZEOF_LONG_LONG 8
+#undef SIZEOF_LONG_LONG
/* The size of `MPI_Fint', as computed by sizeof. */
#undef SIZEOF_MPI_FINT
/* The size of `ptrdiff_t', as computed by sizeof. */
-#define SIZEOF_PTRDIFF_T 4
+#undef SIZEOF_PTRDIFF_T
/* The size of `size_t', as computed by sizeof. */
-#define SIZEOF_SIZE_T 4
+#undef SIZEOF_SIZE_T
/* The size of `unsigned int', as computed by sizeof. */
-#define SIZEOF_UNSIGNED_INT 4
+#undef SIZEOF_UNSIGNED_INT
/* The size of `unsigned long', as computed by sizeof. */
-#define SIZEOF_UNSIGNED_LONG 4
+#undef SIZEOF_UNSIGNED_LONG
/* The size of `unsigned long long', as computed by sizeof. */
-#define SIZEOF_UNSIGNED_LONG_LONG 8
+#undef SIZEOF_UNSIGNED_LONG_LONG
/* The size of `void *', as computed by sizeof. */
-#define SIZEOF_VOID_P 4
+#undef SIZEOF_VOID_P
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
|
