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

@ -9,6 +9,10 @@
and interpretation of command input.
*/
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
#include <ctype.h>
#include <sys/types.h>
#include <unistd.h>