Mercurial > emacs
changeset 64687:11867c3b3f51
(HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine, like config.in does.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 30 Jul 2005 11:30:33 +0000 |
parents | 2f0ab6e7e9e8 |
children | 37423088a880 |
files | nt/config.nt |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <sys/time.h>. */ #undef HAVE_TIMEVAL +/* Define to 1 if you have the <getopt.h> 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__