2001-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.in: Add libc/config.h
	* libc/Makefile.am: Add INCLUDES += -I. to pickup config.h
	* libc/.cvsignore: Add config.h and stamp-h
	* libc/*.c: Add config.h support.
This commit is contained in:
Joel Sherrill
2001-01-08 18:26:44 +00:00
parent ac5c8c7a18
commit 9c49db4d6a
272 changed files with 1074 additions and 6 deletions

View File

@@ -18,6 +18,9 @@
| $Id$
+--------------------------------------------------------------------------*/
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdarg.h>
#include <stdio.h>