From 94e4efb2a769f18944d922f5a5e1567116635acf Mon Sep 17 00:00:00 2001 From: Alan Brault Date: Mon, 2 May 2011 12:26:56 -0400 Subject: More autotools migration --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 85731a4..afd6329 100644 --- a/config.h.in +++ b/config.h.in @@ -55,6 +55,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H +/* Define to 1 if your C compiler doesn't accept -c and -o together. */ +#undef NO_MINUS_C_MINUS_O + /* Name of package */ #undef PACKAGE -- cgit