aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/fallback.cpp
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2016-05-15 19:36:19 +0000
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2016-05-18 22:39:20 +0000
commit504b32f61be6bc8a1e08f9c8a75ab0ac1e89681b (patch)
treeba629a7e4d7ae4ac7f01c9f76331357b4a71c3da /src/fallback.cpp
parent6a5d89669e1bd2a5c98e61504d73d58ace11c880 (diff)
configure: drop fwprintf test
fwprintf would segfault on DragonFly BSD 1.4.0, released in January 2006. This was fixed by DragonFly BSD 1.4.4, released in April 2006. It seems unlikely that anyone is still running a ten-year-old, unsupported version, and hoping that fish will continue to build. I've checked this in virtual machines. Work on #2999.
Diffstat (limited to 'src/fallback.cpp')
-rw-r--r--src/fallback.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fallback.cpp b/src/fallback.cpp
index f5638e81..92c3e1fc 100644
--- a/src/fallback.cpp
+++ b/src/fallback.cpp
@@ -94,10 +94,6 @@ char *tparm_solaris_kludge(char *str, ...) {
#define INTERNAL_FWPRINTF 1
#endif
-#ifdef HAVE_BROKEN_FWPRINTF
-#define INTERNAL_FWPRINTF 1
-#endif
-
#ifdef INTERNAL_FWPRINTF
/// Internal function for the wprintf fallbacks. USed to write the specified number of spaces.