diff options
author | Jeremy Henty <onepoint@starurchin.org> | 2009-10-20 14:28:04 -0300 |
---|---|---|
committer | Jeremy Henty <onepoint@starurchin.org> | 2009-10-20 14:28:04 -0300 |
commit | aa39ac5cfa7b7d639e68fa60289714565197565f (patch) | |
tree | d4c99d3f17fa1a2430ee950bae037f7a5dd6eae3 /config.h.in | |
parent | a37458eb1e42e0d3398d167a3acd1321cf2f02cd (diff) |
Fixed a bug in w3c_mode. It wasn't working at all!
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 767c86e4..54501855 100644 --- a/config.h.in +++ b/config.h.in @@ -78,6 +78,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 |