Ticket #19042: aiccu_conf.patch
File aiccu_conf.patch, 862 bytes (added by cr@…, 16 years ago) |
---|
-
common/aiccu.h
old new 75 75 /* GetWindowsDirectory() is used to figure out the directory to store the config */ 76 76 #define AICCU_CONFIG "aiccu.conf" 77 77 #else 78 #define AICCU_CONFIG "/etc/aiccu.conf" 78 #define as_string(x) #x 79 #define AICCU_CONFIG MPPREFIX "/etc/aiccu.conf" 79 80 #endif 80 81 81 82 /* Inbound listen queue */ -
unix-console/Makefile
old new 115 115 116 116 # Darwin 117 117 ifeq ($(shell uname | grep -c "Darwin"),1) 118 CFLAGS += -D_DARWIN -D NEED_IFHEAD -D AICCU_TYPE="\"darwin\"" 118 CFLAGS += -D_DARWIN -D NEED_IFHEAD -D AICCU_TYPE="\"darwin\"" -D MPPREFIX="\"${MPPREFIX}\"" 119 119 SRCS += ../common/aiccu_darwin.c 120 120 OBJS += ../common/aiccu_darwin.o 121 121 LDFLAGS += -lresolv