diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2009-11-01 16:31:59 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2009-11-01 16:31:59 -0300 |
commit | 29ea3975335bad3fa72afe8c1724d1d00355c396 (patch) | |
tree | df3d82747440f974b2803470be35ebfcf9eae15f /config.h.in | |
parent | b643ca0bd58188da3dc98193f97fb220ab008983 (diff) |
Implemented the file dpi based on select() (removed its pthreads dependency)
It should be faster and use less resources.
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 54501855..58c33e0a 100644 --- a/config.h.in +++ b/config.h.in @@ -81,6 +81,9 @@ /* Define to the home page for this package. */ #undef PACKAGE_URL +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* Define to the version of this package. */ #undef PACKAGE_VERSION |