From dcacc00e3750300617ba6e16eb346713f91a783a Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 21 Jan 2026 22:52:54 +0100 Subject: Remove testing data --- examples/dte/compat.c | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 examples/dte/compat.c (limited to 'examples/dte/compat.c') diff --git a/examples/dte/compat.c b/examples/dte/compat.c deleted file mode 100644 index 9a26950..0000000 --- a/examples/dte/compat.c +++ /dev/null @@ -1,35 +0,0 @@ -#include "compat.h" - -const char feature_string[] = - "" -#if HAVE_DUP3 - " dup3" -#endif -#if HAVE_PIPE2 - " pipe2" -#endif -#if HAVE_FSYNC - " fsync" -#endif -#if HAVE_MEMMEM - " memmem" -#endif -#if HAVE_SIG2STR - " sig2str" -#endif -#if HAVE_SIGABBREV_NP && !HAVE_SIG2STR - " sigabbrev_np" -#endif -#if HAVE_TIOCGWINSZ - " TIOCGWINSZ" -#endif -#if HAVE_TCGETWINSIZE && !HAVE_TIOCGWINSZ - " tcgetwinsize" -#endif -#if HAVE_TIOCNOTTY - " TIOCNOTTY" -#endif -#if HAVE_POSIX_MADVISE - " posix_madvise" -#endif -; -- cgit v1.2.3