From: Eli Zaretskii Date: Sat, 30 Jul 2005 11:30:33 +0000 (+0000) Subject: (HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine, like config.in does. X-Git-Tag: emacs-pretest-22.0.90~7833 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=79019d4cb471adc8883f5dcc71c4bf715b5bf4a0;p=emacs.git (HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine, like config.in does. --- diff --git a/nt/config.nt b/nt/config.nt index ac59faa211c..048f01daebe 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -270,6 +270,12 @@ Boston, MA 02110-1301, USA. */ /* 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__