]> git.eshelyaron.com Git - emacs.git/commitdiff
(HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine, like config.in does.
authorEli Zaretskii <eliz@gnu.org>
Sat, 30 Jul 2005 11:30:33 +0000 (11:30 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 30 Jul 2005 11:30:33 +0000 (11:30 +0000)
nt/config.nt

index ac59faa211ce9ab975bb8a51dff69fc02c8e3f18..048f01daebef16c0cfaf35bd12d0999feee9fec9 100644 (file)
@@ -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__