summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorDaniel Black <daniel@linux.vnet.ibm.com>2018-03-15 15:48:26 +1100
committerVladislav Vaintroub <wlad@mariadb.com>2018-05-21 16:34:10 +0000
commit2534ae20fd244eed569830bb7159518e42f24baa (patch)
treef20e29d4d3e970e069acc135e8b87c75e7d7126e /config.h.cmake
parent8307fb23bd5646568044cb75abc5e505c47d312a (diff)
downloadmariadb-git-2534ae20fd244eed569830bb7159518e42f24baa.tar.gz
MDEV-15583 create_temp_file: remove tempnam implementation
In the spirit of the man page "Never use this function." lets purge off this implementation. mkstemp is a widely available alternative. Closes #661.
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 3732171892b..7e480be0380 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -235,7 +235,6 @@
#cmakedefine HAVE_STRTOUL 1
#cmakedefine HAVE_STRTOULL 1
#cmakedefine HAVE_TELL 1
-#cmakedefine HAVE_TEMPNAM 1
#cmakedefine HAVE_THR_SETCONCURRENCY 1
#cmakedefine HAVE_THR_YIELD 1
#cmakedefine HAVE_TIME 1