--- getopt_long.h.orig 2007-04-11 13:46:32.000000000 +0200 +++ getopt_long.h 2007-04-11 13:47:26.000000000 +0200 @@ -20,11 +20,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifndef _GETOPT_H -#define _GETOPT_H 1 +#ifndef _GETOPT_LONG_H +#define _GETOPT_LONG_H 1 #include +#ifndef HAVE_GETOPT_LONG + #if HAVE_UNISTD_H /* Declares getopt, if present */ #include @@ -172,4 +174,6 @@ } #endif -#endif /* getopt.h */ +#endif /* !HAVE_GETOPT_LONG */ + +#endif /* getopt_long.h */