aboutsummaryrefslogtreecommitdiff
path: root/lib/config-vxworks.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-02-22 12:56:15 +0100
committerDaniel Stenberg <daniel@haxx.se>2019-02-22 22:38:33 +0100
commit11974ac859c5d82def59e837e0db56fef7f6794e (patch)
tree3187f51fd3d6a9ebcf42e77f4255a0b9dea048bf /lib/config-vxworks.h
parent7466d1a3083150da636251b156efbd520b01f1af (diff)
configure: remove the unused fdopen macro
and the two remaining #ifdefs for it Closes #3600
Diffstat (limited to 'lib/config-vxworks.h')
-rw-r--r--lib/config-vxworks.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/config-vxworks.h b/lib/config-vxworks.h
index a03e341e6..8790f8266 100644
--- a/lib/config-vxworks.h
+++ b/lib/config-vxworks.h
@@ -7,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -161,9 +161,6 @@
/* Define to 1 if you have a working fcntl O_NONBLOCK function. */
#define HAVE_FCNTL_O_NONBLOCK 1
-/* Define to 1 if you have the fdopen function. */
-#define HAVE_FDOPEN 1
-
/* Define to 1 if you have the `fork' function. */
#define HAVE_FORK 1