1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
##################################################################
# #
# Makefile (global configuration) #
# #
# File automatically generated by configure : #
# DO NOT EDIT UNLESS YOU KNOW WHAT YOU ARE DOING #
# #
# Thomas Nemeth. #
# #
##################################################################
##################################################################
# These 3 options are modified by the configure script : do not edit.
#
VERSION = #VERSION#
PREFIX = #PREFIX#
OPTIONS =
##################################################################
# Uncomment this option if you want THREADS support
#
#OPTIONS += -DHAVE_THREADS
##################################################################
# Uncomment this option if you want IMAP support
#
#OPTIONS += -DHAVE_IMAP
##################################################################
# Uncomment this option if you want MAILDIR support
#
#OPTIONS += -DHAVE_MAILDIR
##################################################################
# Uncomment this option if you want MBOX support
#
#OPTIONS += -DHAVE_MBOX
##################################################################
# Uncomment this option if you want MH support
#
#OPTIONS += -DHAVE_MH
##################################################################
# Uncomment this option if you want POP3 support
#
#OPTIONS += -DHAVE_POP3
##################################################################
# Uncomment this option if you want SSL support
#
#OPTIONS += -DHAVE_SSL
##################################################################
# Uncomment these options if you have problems compiling wmmaiload
#
#OPTIONS += -DHAVE_SELECT
#OPTIONS += -DHAVE_STRING_H
#OPTIONS += -DHAVE_STRINGS_H
#OPTIONS += -DHAVE_UNISTD_H
|