(file) Return to Imakefile CVS log (file) (dir) Up to [XFree86 CVS] / xc / programs / xhost

File: [XFree86 CVS] / xc / programs / xhost / Imakefile (download)
Revision: 1.7, Sun Jul 27 13:05:45 2003 UTC (9 years, 10 months ago) by herrb
Branch: MAIN
CVS Tags: xf-4_5_99_9, xf-4_5_99_8, xf-4_5_99_7, xf-4_5_99_6, xf-4_5_99_5, xf-4_5_99_4, xf-4_5_99_3, xf-4_5_99_2, xf-4_5_99_19, xf-4_5_99_18, xf-4_5_99_17, xf-4_5_99_16, xf-4_5_99_15, xf-4_5_99_14, xf-4_5_99_13, xf-4_5_99_12, xf-4_5_99_11, xf-4_5_99_10, xf-4_5_99_1, xf-4_5_0, xf-4_5-branch, xf-4_4_99_903, xf-4_4_99_902, xf-4_4_99_901, xf-4_4_99_9, xf-4_4_99_8, xf-4_4_99_7, xf-4_4_99_6, xf-4_4_99_5, xf-4_4_99_4, xf-4_4_99_3, xf-4_4_99_22, xf-4_4_99_21, xf-4_4_99_20, xf-4_4_99_2, xf-4_4_99_19, xf-4_4_99_18, xf-4_4_99_17, xf-4_4_99_16, xf-4_4_99_15, xf-4_4_99_14, xf-4_4_99_13, xf-4_4_99_12, xf-4_4_99_11, xf-4_4_99_10, xf-4_4_99_1, xf-4_4_0, xf-4_4-branch, xf-4_3_99_903, xf-4_3_99_902, xf-4_3_99_901, xf-4_3_99_16, xf-4_3_99_15, xf-4_3_99_14, xf-4_3_99_13, xf-4_3_99_12, xf-4_3_99_11, xf-4_3_99_10
Changes since 1.6: +9 -4 lines
- define BSD44SOCKETS on systems that need it.
- compute sin_len and sin6_len correctly for getnameinfo()

XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:54:24 cpqbld Exp $




XCOMM $XFree86: xc/programs/xhost/Imakefile,v 1.6 2003/05/27 17:58:24 tsi Exp $

#if HasSecureRPC
RPC_DEFINES = -DSECURE_RPC
#else
RPC_DEFINES = 
#endif
KRB5_DEFINES = Krb5Defines
KRB5_INCLUDE = Krb5Includes
#if HasBSD44Sockets
SOCK_DEFINES = -DBSD44SOCKETS
#endif

       INCLUDES = $(KRB5_INCLUDE)
        DEPLIBS = $(DEPXMUULIB) $(DEPXONLYLIB)
LOCAL_LIBRARIES = $(XMUULIB) $(XONLYLIB)
           SRCS = xhost.c
           OBJS = xhost.o
        DEFINES = $(CONNECTION_FLAGS) $(SIGNAL_DEFINES) $(RPC_DEFINES) \
		  $(KRB5_DEFINES) $(SOCK_DEFINES)

ComplexProgramTarget(xhost)

Powered by
ViewCVS 0.9.2