summaryrefslogtreecommitdiff
path: root/rlstdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'rlstdc.h')
-rw-r--r--rlstdc.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/rlstdc.h b/rlstdc.h
index 2aaa30b..0e5c4f4 100644
--- a/rlstdc.h
+++ b/rlstdc.h
@@ -1,6 +1,6 @@
/* stdc.h -- macros to make source compile on both ANSI C and K&R C compilers. */
-/* Copyright (C) 1993-2009 Free Software Foundation, Inc.
+/* Copyright (C) 1993-2009,2023 Free Software Foundation, Inc.
This file is part of the GNU Readline Library (Readline), a library
for reading lines of text with interactive input and history editing.
@@ -42,16 +42,4 @@
# endif
#endif
-/* Moved from config.h.in because readline.h:rl_message depends on these
- defines. */
-#if defined (__STDC__) && defined (HAVE_STDARG_H)
-# define PREFER_STDARG
-# define USE_VARARGS
-#else
-# if defined (HAVE_VARARGS_H)
-# define PREFER_VARARGS
-# define USE_VARARGS
-# endif
-#endif
-
#endif /* !_RL_STDC_H_ */