Eliminate SCCS, LINT. Add HAVE_CONFIG_H.

This commit is contained in:
Ralf Corsepius
2007-03-30 05:15:58 +00:00
parent be96863141
commit 09fdb5e819
56 changed files with 170 additions and 196 deletions

View File

@@ -15,9 +15,9 @@
* SOFTWARE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char rcsid[] = "$Id$";
#endif /* LIBC_SCCS and not lint */
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <sys/types.h>
#include <sys/param.h>