Eventually including ../config.h generated by autotools

This commit is contained in:
2010-05-16 09:32:14 +00:00
parent eca64e1621
commit ee98a13d18
28 changed files with 109 additions and 1 deletions

View File

@ -8,6 +8,10 @@
This file contains the implementation of text i/o functions.
*/
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
#include <ctype.h>
#include <sys/types.h>
#include <unistd.h>