Procházet zdrojové kódy

* Check for getpassphrase() on solaris

svn: 3400
Bryan Drewery před 19 roky
rodič
revize
1dc5587523
3 změnil soubory, kde provedl 7 přidání a 3 odebrání
  1. 1 1
      autotools/configure.ac
  2. 3 0
      config.h.in
  3. 3 2
      configure

+ 1 - 1
autotools/configure.ac

@@ -133,7 +133,7 @@ AC_FUNC_STRFTIME
 
 
 #checkpoint
 #checkpoint
 AC_CACHE_SAVE
 AC_CACHE_SAVE
-AC_CHECK_FUNCS([clock fsync getrusage isascii])
+AC_CHECK_FUNCS([clock fsync getrusage isascii getpassphrase])
 AC_CHECK_FUNCS([memcpy memset random rename snprintf srandom gettime])
 AC_CHECK_FUNCS([memcpy memset random rename snprintf srandom gettime])
 #checkpoint
 #checkpoint
 AC_CACHE_SAVE
 AC_CACHE_SAVE

+ 3 - 0
config.h.in

@@ -45,6 +45,9 @@
 /* Define to 1 if you have the `getpagesize' function. */
 /* Define to 1 if you have the `getpagesize' function. */
 #undef HAVE_GETPAGESIZE
 #undef HAVE_GETPAGESIZE
 
 
+/* Define to 1 if you have the `getpassphrase' function. */
+#undef HAVE_GETPASSPHRASE
+
 /* Define to 1 if you have the `getrusage' function. */
 /* Define to 1 if you have the `getrusage' function. */
 #undef HAVE_GETRUSAGE
 #undef HAVE_GETRUSAGE
 
 

+ 3 - 2
configure

@@ -1,5 +1,5 @@
 #! /bin/sh
 #! /bin/sh
-# From configure.ac Revision: 3087 .
+# From configure.ac Revision: 3240 .
 # Guess values for system-dependent variables and create Makefiles.
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.61.
 # Generated by GNU Autoconf 2.61.
 #
 #
@@ -11166,7 +11166,8 @@ rm -f confcache
 
 
 
 
 
 
-for ac_func in clock fsync getrusage isascii
+
+for ac_func in clock fsync getrusage isascii getpassphrase
 do
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 { echo "$as_me:$LINENO: checking for $ac_func" >&5
 { echo "$as_me:$LINENO: checking for $ac_func" >&5