Browse Source

warn folks that libresolv is a stub

Eric Andersen 23 years ago
parent
commit
acbe47d22b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      libresolv/resolv.c

+ 3 - 0
libresolv/resolv.c

@@ -21,8 +21,11 @@
  *
  */
 
+#include <features.h>
 
 void stub(void)
 {
 	return;
 }
+link_warning (gets, "the `libresolv' library is a stub.  Do you really need it?")
+