* configure.in: test for mkstemp
authorbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 26 Feb 2003 21:03:06 +0000 (21:03 +0000)
committerbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 26 Feb 2003 21:03:06 +0000 (21:03 +0000)
* sdccconf_in.h: add HAVE_MKSTEMP

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2326 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
configure.in
sdccconf_in.h

index 2f4d7bba9aeb982f734ad8e218168e612f249bf5..b05a936b7719e388a279f2d4cb8a92bdd1fd1f61 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-02-26  Bernhard Held <bernhard@bernhardheld.de>
+
+       * configure.in: test for mkstemp
+       * sdccconf_in.h: add HAVE_MKSTEMP
+
 2003-02-24  Bernhard Held <bernhard@bernhardheld.de>
 
        * device/include/ctype.h: removed warning while using --stack-auto
index 73482e6dd16efb4cd8a88d86fcc992b77481063c..8f08c90c0f63e6db75d5589ba3bae79e6dc6a792 100755 (executable)
@@ -118,6 +118,7 @@ AC_DEFINE_UNQUOTED(HEADER_FD, ${sdcc_cv_fd})
 # ===========================================================================
 AC_CHECK_FUNCS(strlen strcpy strcat strstr strcmp strerror strtok strdup)
 AC_CHECK_FUNCS(strchr memcpy vsnprintf snprintf vsprintf)
+AC_CHECK_FUNCS(mkstemp)
 dnl AC_CHECK_FUNCS(getline)
 dnl AC_CHECK_FUNCS(getdelim)
 AC_CHECK_FUNCS(fgets)
index babba6796c13b4aded2c75f968b732f091e07842..c62c5c46b22a8ccfa033c97bfe9897a47019d75e 100644 (file)
@@ -32,6 +32,7 @@
 #undef HAVE_VSNPRINTF
 #undef HAVE_SNPRINTF
 #undef HAVE_VSPRINTF
+#undef HAVE_MKSTEMP
 
 #undef OPT_DISABLE_MCS51
 #undef OPT_DISABLE_GBZ80