# HG changeset patch # User Eli Zaretskii # Date 1122723033 0 # Node ID 11867c3b3f51c979dd85b949b71b749bfc153eb4 # Parent 2f0ab6e7e9e83c11a9df066bf749888757ca4a17 (HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine, like config.in does. diff -r 2f0ab6e7e9e8 -r 11867c3b3f51 nt/config.nt --- a/nt/config.nt Fri Jul 29 21:50:23 2005 +0000 +++ b/nt/config.nt Sat Jul 30 11:30:33 2005 +0000 @@ -270,6 +270,12 @@ /* Define if `struct timeval' is declared by . */ #undef HAVE_TIMEVAL +/* Define to 1 if you have the header file. */ +#undef HAVE_GETOPT_H + +/* Define to 1 if you have the `getopt_long_only' function. */ +#undef HAVE_GETOPT_LONG_ONLY + /* If using GNU, then support inline function declarations. */ #ifdef __GNUC__ #define INLINE __inline__