summaryrefslogtreecommitdiff
path: root/os/utils.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2016-02-08 17:36:03 -0500
committerAdam Jackson <ajax@redhat.com>2016-02-08 21:49:56 -0500
commitb3e9c534e2b0dc2c9acd2fe9b942e1fc5227339b (patch)
treebc0cad837b33a65d3d6ab20d0cbef3f8e8ea8559 /os/utils.c
parente43abdce964f5ed9689cf908af8c305b39a5dd36 (diff)
os: unifdef STREAMSCONN
Removed from xtrans in 2012, and never wired up in the modular build anyway. Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'os/utils.c')
-rw-r--r--os/utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/utils.c b/os/utils.c
index ef7a2cc21..e48d9f856 100644
--- a/os/utils.c
+++ b/os/utils.c
@@ -108,7 +108,7 @@ __stdcall unsigned long GetTickCount(void);
#include <stdlib.h> /* for malloc() */
-#if defined(TCPCONN) || defined(STREAMSCONN)
+#if defined(TCPCONN)
#ifndef WIN32
#include <netdb.h>
#endif
@@ -1069,7 +1069,7 @@ int
set_font_authorizations(char **authorizations, int *authlen, void *client)
{
#define AUTHORIZATION_NAME "hp-hostname-1"
-#if defined(TCPCONN) || defined(STREAMSCONN)
+#if defined(TCPCONN)
static char *result = NULL;
static char *p = NULL;