The libss in e2fsprogs exports ss_execute_command(), but does not
prototype it (as of this writing; a patch has been submitted
upstream). When using the system ss library, check if a prototype is
needed and provide one if so.
ticket: 8251 (new)
target_version: 1.14
tags: pullup
}], krb5_cv_system_ss_okay=yes, AC_MSG_ERROR(cannot run test program),
krb5_cv_system_ss_okay="assumed")])
LIBS="$old_LIBS"
+ KRB5_NEED_PROTO([#include <ss/ss.h>],ss_execute_command,1)
else
SS_VERSION=k5
AC_MSG_RESULT(krb5)
#include <ss/ss.h>
#include "kadmin.h"
+#ifdef NEED_SS_EXECUTE_COMMAND_PROTO
+int ss_execute_command(int, char **);
+#endif
+
extern ss_request_table kadmin_cmds;
extern int exit_status;
extern char *whoami;