git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11888
d0543943-73ff-0310-b7d9-
9358b9ac24b2
#include <stdio.h>
#include <stdlib.h>
+#if HAVE_FUNC
+#elif HAVE_FUNCTION
+#define __func__ __FUNCTION__
+#else
+static char const __func__[] = "tport_tls";
+#endif
+
#if HAVE_SIGPIPE
#include <signal.h>
#endif
int err;
unsigned errlevel = 3;
char buf[TPORT_HOSTPORTSIZE];
- char const *what;
+ char const *what="";
s = su_socket(ai->ai_family, ai->ai_socktype, ai->ai_protocol);
if (s == INVALID_SOCKET)