diff options
author | Eli Zaretskii <eliz@gnu.org> | 2005-07-30 11:30:33 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2005-07-30 11:30:33 +0000 |
commit | 910459600e841e54087a81ad0798f5f3fbe7d0f7 (patch) | |
tree | 3ac7a2be9a851b053c467e0be3167113117259cb /nt/config.nt | |
parent | 7cea9215120df4fb8c33a5ab15217e84a1d0b5be (diff) | |
download | emacs-910459600e841e54087a81ad0798f5f3fbe7d0f7.tar.gz |
(HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine, like config.in does.
Diffstat (limited to 'nt/config.nt')
-rw-r--r-- | nt/config.nt | 6 |
1 files changed, 6 insertions, 0 deletions
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 <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__ |