diff options
author | John Ankarstr\xf6m <john@ankarstrom.se> | 2021-05-29 14:44:22 +0200 |
---|---|---|
committer | John Ankarstr\xf6m <john@ankarstrom.se> | 2021-05-29 14:44:41 +0200 |
commit | 90a8e05067af519f8d507c5209275567729be811 (patch) | |
tree | 9b6f2a79f6446508a0ae8f6a99f2961f041440d9 | |
parent | 64753961781afad84949f18c8a624c484e1e34bb (diff) | |
download | jwm-90a8e05067af519f8d507c5209275567729be811.tar.gz |
Update config.h.in
If I am not mistaken, this seems to have been done automatically
by autoreconf -i.
-rw-r--r-- | config.h.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/config.h.in b/config.h.in index fc3f81f..2135431 100644 --- a/config.h.in +++ b/config.h.in @@ -18,9 +18,6 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H -/* Define to 1 if you have the <memory.h> header file. */ -#undef HAVE_MEMORY_H - /* Define to 1 if you have the <signal.h> header file. */ #undef HAVE_SIGNAL_H @@ -102,10 +99,15 @@ /* 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 -/* Define to 1 if you have the ANSI C header files. */ +/* Define to 1 if all of the C90 standard headers exist (not just the ones + required in a freestanding environment). This macro is provided for + backward compatibility; new code need not use it. */ #undef STDC_HEADERS /* default system configuration path */ |