Add httpTimeoutSecs for WITH_NEON.
authorRalf Corsépius <corsepiu@fedoraproject.org>
Tue, 4 Sep 2007 10:03:18 +0000 (12:03 +0200)
committerRalf Corsépius <corsepiu@fedoraproject.org>
Tue, 4 Sep 2007 10:03:18 +0000 (12:03 +0200)
rpmio/rpmdav.c

index 93f083a..6d7cfd6 100644 (file)
@@ -44,7 +44,7 @@
 #define TIMEOUT_SECS 5
 #endif
 
-#ifdef NOTYET
+#ifdef WITH_NEON
 /*@unchecked@*/
 static int httpTimeoutSecs = TIMEOUT_SECS;
 #endif