1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-12 16:23:57 +00:00

(HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine, like config.in does.

This commit is contained in:
Eli Zaretskii 2005-07-30 11:30:33 +00:00
parent 396aa11a78
commit 79019d4cb4

View 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__