aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/config.h.in b/config.h.in
index cf460e8..a51203c 100644
--- a/config.h.in
+++ b/config.h.in
@@ -22,10 +22,6 @@
#cmakedefine HAVE_SANE___RESTRICT
#cmakedefine HAVE_RESTRICT
-#cmakedefine HAVE_STRTOK_R
-#cmakedefine HAVE_STRTOK_S
-#cmakedefine HAVE_THREADSAFE_STRTOK
-
#cmakedefine HAVE_GETTEXT
@@ -52,13 +48,5 @@
#endif
#endif /* ! HAVE_SANE___RESTRICT */
-#ifndef HAVE_STRTOK_R
- #ifdef HAVE_STRTOK_S
- #define strtok_r strtok_s
- #elif defined(HAVE_THREADSAFE_STRTOK)
- #define strtok_r(a, b, c) strtok(a, b)
- #endif
-#endif /* ! HAVE_STRTOK_R */
-
#endif /* __CONFIG_H__ */