common cannot include config.h
author |
Carl Byington <carl@five-ten-sg.com> |
date |
Thu, 05 Feb 2009 09:20:02 -0800 |
parents |
f01d6163acba |
children |
7f747c8c9d02 |
files |
AUTHORS src/common.h |
diffstat |
2 files changed, 1 insertions(+), 5 deletions(-)
[+]
|
line diff
--- a/AUTHORS Wed Feb 04 20:59:06 2009 -0800
+++ b/AUTHORS Thu Feb 05 09:20:02 2009 -0800
@@ -29,3 +29,4 @@
Testing team:
Mac OSX - Michael Watson <mike@mikeandgayle.com>
Cygwin/Mingw - Fridrich Strba <fstrba@novell.com>
+ Cygwin - Chris Eagle <cseagle@redshift.com>
--- a/src/common.h Wed Feb 04 20:59:06 2009 -0800
+++ b/src/common.h Thu Feb 05 09:20:02 2009 -0800
@@ -3,11 +3,6 @@
#define __COMMON_H
-#ifdef HAVE_CONFIG_H
- #include "config.h"
-#endif
-
-
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>