Changeset 316 for trunk/MSVisualStudio
- Timestamp:
- Apr 10, 2012 10:36:09 AM (9 years ago)
- Location:
- trunk/MSVisualStudio/v10
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MSVisualStudio/v10/nosparse/config.h.in
r210 r316 32 32 #define HAVE_FLOOR 1 33 33 34 /* Define to 1 if you have the `fmax' function. */ 35 #define HAVE_FMAX 1 36 37 /* Define to 1 if you have the `fmin' function. */ 38 #define HAVE_FMIN 1 39 34 40 /* Define to 1 if you have the `ftime' function. */ 35 41 #define HAVE_FTIME 1 … … 40 46 /* Define 1 if ColPack is available */ 41 47 /* #undef HAVE_LIBCOLPACK */ 42 43 /* Define to 1 if you have the `m' library (-lm). */44 #define HAVE_LIBM 145 48 46 49 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and … … 96 99 /* Define to 1 if you have the <sys/types.h> header file. */ 97 100 #define HAVE_SYS_TYPES_H 1 101 102 /* Define to 1 if you have the `trunc' function. */ 103 #define HAVE_TRUNC 1 98 104 99 105 /* Define to 1 if you have the <unistd.h> header file. */ -
trunk/MSVisualStudio/v10/sparse/config.h.in
r210 r316 32 32 #define HAVE_FLOOR 1 33 33 34 /* Define to 1 if you have the `fmax' function. */ 35 #define HAVE_FMAX 1 36 37 /* Define to 1 if you have the `fmin' function. */ 38 #define HAVE_FMIN 1 39 34 40 /* Define to 1 if you have the `ftime' function. */ 35 41 #define HAVE_FTIME 1 … … 40 46 /* Define 1 if ColPack is available */ 41 47 #define HAVE_LIBCOLPACK 1 42 43 /* Define to 1 if you have the `m' library (-lm). */44 #define HAVE_LIBM 145 48 46 49 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and … … 96 99 /* Define to 1 if you have the <sys/types.h> header file. */ 97 100 #define HAVE_SYS_TYPES_H 1 101 102 /* Define to 1 if you have the `trunc' function. */ 103 #define HAVE_TRUNC 1 98 104 99 105 /* Define to 1 if you have the <unistd.h> header file. */ -
trunk/MSVisualStudio/v10/x64/nosparse/config.h.in
r210 r316 32 32 #define HAVE_FLOOR 1 33 33 34 /* Define to 1 if you have the `fmax' function. */ 35 #define HAVE_FMAX 1 36 37 /* Define to 1 if you have the `fmin' function. */ 38 #define HAVE_FMIN 1 39 34 40 /* Define to 1 if you have the `ftime' function. */ 35 41 #define HAVE_FTIME 1 … … 40 46 /* Define 1 if ColPack is available */ 41 47 /* #undef HAVE_LIBCOLPACK */ 42 43 /* Define to 1 if you have the `m' library (-lm). */44 #define HAVE_LIBM 145 48 46 49 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and … … 96 99 /* Define to 1 if you have the <sys/types.h> header file. */ 97 100 #define HAVE_SYS_TYPES_H 1 101 102 /* Define to 1 if you have the `trunc' function. */ 103 #define HAVE_TRUNC 1 98 104 99 105 /* Define to 1 if you have the <unistd.h> header file. */ -
trunk/MSVisualStudio/v10/x64/sparse/config.h.in
r210 r316 32 32 #define HAVE_FLOOR 1 33 33 34 /* Define to 1 if you have the `fmax' function. */ 35 #define HAVE_FMAX 1 36 37 /* Define to 1 if you have the `fmin' function. */ 38 #define HAVE_FMIN 1 39 34 40 /* Define to 1 if you have the `ftime' function. */ 35 41 #define HAVE_FTIME 1 … … 40 46 /* Define 1 if ColPack is available */ 41 47 #define HAVE_LIBCOLPACK 1 42 43 /* Define to 1 if you have the `m' library (-lm). */44 #define HAVE_LIBM 145 48 46 49 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and … … 96 99 /* Define to 1 if you have the <sys/types.h> header file. */ 97 100 #define HAVE_SYS_TYPES_H 1 101 102 /* Define to 1 if you have the `trunc' function. */ 103 #define HAVE_TRUNC 1 98 104 99 105 /* Define to 1 if you have the <unistd.h> header file. */
Note: See TracChangeset
for help on using the changeset viewer.