| Index: gcc/libssp/config.h.in
|
| diff --git a/gcc/libssp/config.h.in b/gcc/libssp/config.h.in
|
| index 501a4f37ec2ccc44265519b212d0a87b05c29a16..d55c0f18b8654aff2d65dd495161b6301f62342a 100644
|
| --- a/gcc/libssp/config.h.in
|
| +++ b/gcc/libssp/config.h.in
|
| @@ -18,6 +18,9 @@
|
| /* Define to 1 if you have the <limits.h> header file. */
|
| #undef HAVE_LIMITS_H
|
|
|
| +/* Define to 1 if you have the <malloc.h> header file. */
|
| +#undef HAVE_MALLOC_H
|
| +
|
| /* Define to 1 if you have the <memory.h> header file. */
|
| #undef HAVE_MEMORY_H
|
|
|
| @@ -82,6 +85,9 @@
|
| /* Define to the one symbol short name of this package. */
|
| #undef PACKAGE_TARNAME
|
|
|
| +/* Define to the home page for this package. */
|
| +#undef PACKAGE_URL
|
| +
|
| /* Define to the version of this package. */
|
| #undef PACKAGE_VERSION
|
|
|
|
|