]> granicus.if.org Git - sudo/commitdiff
Don't need config.h or "#ifndef HAVE_STRERROR" wrapper.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 8 Dec 2001 19:42:32 +0000 (19:42 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 8 Dec 2001 19:42:32 +0000 (19:42 +0000)
strerror.c

index 987b98d6f5192e2a1adc1532efc3f8b6abc2f669..ae0d5a88b9bba7760b44bae2bd4ed004acb9ad7b 100644 (file)
 #include <stdio.h>
 #include <errno.h>
 
-#include "config.h"
-
-#ifndef HAVE_STRERROR
-
 #ifndef lint
 static const char rcsid[] = "$Sudo$";
 #endif /* lint */
@@ -58,5 +54,3 @@ strerror(n)
     else
        return("Unknown error");
 }
-
-#endif /* HAVE_STRERROR */