1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-09 10:03:13 +02:00

Drop support for systems without snprintf() and vsnprintf()

Those are in POSIX.1-2001. Even Windows has them nowadays...
"Our" implementation doesn't even work properly under Win64.
This commit is contained in:
Bram Matthys
2019-08-22 16:41:39 +02:00
parent f5168b6323
commit d8f080de67
4 changed files with 0 additions and 800 deletions
-6
View File
@@ -136,9 +136,6 @@
/* Define to 1 if you have the `setrlimit' function. */
#undef HAVE_SETRLIMIT
/* Define to 1 if you have the `snprintf' function. */
#undef HAVE_SNPRINTF
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
@@ -196,9 +193,6 @@
/* Define to 1 if you have the `vprintf' function. */
#undef HAVE_VPRINTF
/* Define to 1 if you have the `vsnprintf' function. */
#undef HAVE_VSNPRINTF
/* Define if you want modes shown in /list */
#undef LIST_SHOW_MODES