find src Local OS exim_monitor -name "*.[cshyl]" -print \
-o -name "os.h*" -print \
-o -name "*akefile*" -print \
+ -o -name config.h.defaults -print \
-o -name EDITME -print >> $@
ls OS/* >> $@
# Uncomment the following to add Internationalisation features. You need to
# have the IDN library installed.
-EXPERIMENTAL_INTERNATIONAL=yes
-LDFLAGS += -lidn
+#EXPERIMENTAL_INTERNATIONAL=yes
+#LDFLAGS += -lidn
###############################################################################
# THESE ARE THINGS YOU MIGHT WANT TO SPECIFY #