We actually do still need config.h to get the 'const' definition for K&R C.

This commit is contained in:
Todd C. Miller
2002-05-08 20:46:47 +00:00
parent 1091557263
commit 09f5d0a46e

View File

@@ -35,6 +35,8 @@
#include <stdio.h>
#include <errno.h>
#include "config.h"
#ifndef lint
static const char rcsid[] = "$Sudo$";
#endif /* lint */