| Index: src/config.h.in
|
| diff --git a/src/config.h.in b/src/config.h.in
|
| index 1db015930932ee908a1c541170f1d1b5b1237875..2e1fd99eedde13175671a1d61506ae4ed85202fe 100644
|
| --- a/src/config.h.in
|
| +++ b/src/config.h.in
|
| @@ -3,9 +3,15 @@
|
| /* Define to 1 if you have the <a.out.h> header file. */
|
| #undef HAVE_A_OUT_H
|
|
|
| +/* define if the compiler supports basic C++11 syntax */
|
| +#undef HAVE_CXX11
|
| +
|
| /* Define to 1 if you have the <inttypes.h> header file. */
|
| #undef HAVE_INTTYPES_H
|
|
|
| +/* Define to 1 if you have the <linux/a.out.h> header file. */
|
| +#undef HAVE_LINUX_A_OUT_H
|
| +
|
| /* Define to 1 if you have the <memory.h> header file. */
|
| #undef HAVE_MEMORY_H
|
|
|
|
|