summaryrefslogtreecommitdiff
path: root/usr/src/cmd/ssh/include
diff options
context:
space:
mode:
authorcasper <none@none>2006-02-23 04:39:12 -0800
committercasper <none@none>2006-02-23 04:39:12 -0800
commit7c4dcc5546f9f002dfc2b95de47c90f00d07c066 (patch)
tree7e3a6d7a854319ac7ab26d01c3bb2f5bcefe59be /usr/src/cmd/ssh/include
parenta07094369b21309434206d9b3601d162693466fc (diff)
downloadillumos-gate-7c4dcc5546f9f002dfc2b95de47c90f00d07c066.tar.gz
PSARC/2006/107 mkstemps(3C)/mkdtemp(3C)
6386057 Add mkdtemp(3C)/mkstemps(3C)
Diffstat (limited to 'usr/src/cmd/ssh/include')
-rw-r--r--usr/src/cmd/ssh/include/config.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr/src/cmd/ssh/include/config.h b/usr/src/cmd/ssh/include/config.h
index 74f1779587..477a8b5ab4 100644
--- a/usr/src/cmd/ssh/include/config.h
+++ b/usr/src/cmd/ssh/include/config.h
@@ -2,7 +2,7 @@
/* config.h.in. Generated from configure.ac by autoheader. */
/* $Id: acconfig.h,v 1.145 2002/09/26 00:38:48 tim Exp $ */
/*
- * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -969,6 +969,10 @@ extern "C" {
/* Define if compiling in ON */
#define SUNW_SSH 1
+/* Define if you have mkstemp, mkstemps and mkdtemp */
+#define HAVE_MKDTEMP
+
+
/* ******************* Shouldn't need to edit below this line ************** */
#ifdef __cplusplus