[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/nt/config.nt
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] Changes to emacs/nt/config.nt |
Date: |
Sat, 30 Jul 2005 07:30:33 -0400 |
Index: emacs/nt/config.nt
diff -c emacs/nt/config.nt:1.21 emacs/nt/config.nt:1.22
*** emacs/nt/config.nt:1.21 Mon Jul 4 15:37:07 2005
--- emacs/nt/config.nt Sat Jul 30 11:30:33 2005
***************
*** 270,275 ****
--- 270,281 ----
/* 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__