From 29ea3975335bad3fa72afe8c1724d1d00355c396 Mon Sep 17 00:00:00 2001 From: Jorge Arellano Cid Date: Sun, 1 Nov 2009 16:31:59 -0300 Subject: Implemented the file dpi based on select() (removed its pthreads dependency) It should be faster and use less resources. --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.in') 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 -- cgit v1.2.3