ref: ce47bd65716366876a8cfe365437ae62b94b7858
parent: fa532af505d5f13843e62a39d0fcd6836aee8cf6
author: cbagwell <cbagwell>
date: Fri Dec 8 15:32:07 EST 2006
Get rid of CONFIG_H check
--- a/src/getopt.c
+++ b/src/getopt.c
@@ -30,8 +30,10 @@
# define _NO_PROTO
#endif
+#if 0
#ifdef HAVE_CONFIG_H
# include <config.h>
+#endif
#endif
#if !defined __STDC__ || !__STDC__
--- a/src/getopt1.c
+++ b/src/getopt1.c
@@ -20,8 +20,10 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA. */
+#if 0
#ifdef HAVE_CONFIG_H
#include <config.h>
+#endif
#endif
#ifdef _LIBC