Introduction of BSDArchitecture

This commit is contained in:
Ulrich Wilkens
2013-10-19 23:55:59 +02:00
committed by Jon Trulson
parent 380867c31c
commit 6b0da8f335
48 changed files with 66 additions and 85 deletions

View File

@@ -36,7 +36,7 @@ OBJS = dispatch.o dtpdmd.o mailbox.o \
manager.o records.o setup.o \
util.o nlmsg.o
#if defined(LinuxArchitecture) || defined(FreeBSDArchitecture)
#if defined(LinuxArchitecture) || defined(BSDArchitecture)
/* On Linux, just use the system provided Xau */
DEPXAUTHLIB =
#endif