Problem: HAVE_STDARG_H still defined
(after v7.4.1216)
Solution: Remove all remaining occurrences of HAVE_STDARG_H
(Ola Söder)
closes: #18593
Signed-off-by: Ola Söder <rolfkopman@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
CFLAGS += \
-DNO_ARP \
-DUSE_TMPNAM \
- -DHAVE_STDARG_H \
-DHAVE_TGETENT \
-DHAVE_TERMCAP \
-DNEW_SHELLSIZE \
#ifdef HAVE_PUTENV
# undef HAVE_PUTENV
#endif
-#ifdef HAVE_STDARG_H
-# undef HAVE_STDARG_H // Python's config.h defines it as well.
-#endif
#ifdef _POSIX_C_SOURCE
# undef _POSIX_C_SOURCE // pyconfig.h defines it as well.
#endif
#ifdef HAVE_PUTENV
# undef HAVE_PUTENV
#endif
-#ifdef HAVE_STDARG_H
-# undef HAVE_STDARG_H // Python's config.h defines it as well.
-#endif
#ifdef _POSIX_C_SOURCE // defined in feature.h
# undef _POSIX_C_SOURCE
#endif
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1867,
/**/
1866,
/**/