Lines 6679-6688
Link Here
|
6679 |
# Check whether --with-ipv6 or --without-ipv6 was given. |
6718 |
# Check whether --with-ipv6 or --without-ipv6 was given. |
6680 |
if test "${with_ipv6+set}" = set; then |
6719 |
if test "${with_ipv6+set}" = set; then |
6681 |
withval="$with_ipv6" |
6720 |
withval="$with_ipv6" |
6682 |
cat >>confdefs.h <<\_ACEOF |
6721 |
|
|
|
6722 |
if test $withval != "no"; |
6723 |
then |
6724 |
cat >>confdefs.h <<\_ACEOF |
6683 |
#define IPv6 1 |
6725 |
#define IPv6 1 |
6684 |
_ACEOF |
6726 |
_ACEOF |
6685 |
|
6727 |
|
|
|
6728 |
fi |
6729 |
|
6686 |
fi; |
6730 |
fi; |
6687 |
|
6731 |
|
6688 |
|
6732 |
|
Lines 6693-6732
Link Here
|
6693 |
# Check whether --with-debug or --without-debug was given. |
6737 |
# Check whether --with-debug or --without-debug was given. |
6694 |
if test "${with_debug+set}" = set; then |
6738 |
if test "${with_debug+set}" = set; then |
6695 |
withval="$with_debug" |
6739 |
withval="$with_debug" |
6696 |
cat >>confdefs.h <<\_ACEOF |
6740 |
|
|
|
6741 |
if test $withval != "no"; |
6742 |
then |
6743 |
cat >>confdefs.h <<\_ACEOF |
6697 |
#define WITH_DEBUG 1 |
6744 |
#define WITH_DEBUG 1 |
6698 |
_ACEOF |
6745 |
_ACEOF |
6699 |
|
6746 |
|
|
|
6747 |
fi |
6748 |
|
6700 |
fi; |
6749 |
fi; |
6701 |
|
6750 |
|
6702 |
|
6751 |
|
6703 |
# Check whether --with-debug-kbd or --without-debug-kbd was given. |
6752 |
# Check whether --with-debug-kbd or --without-debug-kbd was given. |
6704 |
if test "${with_debug_kbd+set}" = set; then |
6753 |
if test "${with_debug_kbd+set}" = set; then |
6705 |
withval="$with_debug_kbd" |
6754 |
withval="$with_debug_kbd" |
6706 |
cat >>confdefs.h <<\_ACEOF |
6755 |
|
|
|
6756 |
if test $withval != "no"; |
6757 |
then |
6758 |
cat >>confdefs.h <<\_ACEOF |
6707 |
#define WITH_DEBUG_KBD 1 |
6759 |
#define WITH_DEBUG_KBD 1 |
6708 |
_ACEOF |
6760 |
_ACEOF |
6709 |
|
6761 |
|
|
|
6762 |
fi |
6763 |
|
6710 |
fi; |
6764 |
fi; |
6711 |
|
6765 |
|
6712 |
|
6766 |
|
6713 |
# Check whether --with-debug-rdp5 or --without-debug-rdp5 was given. |
6767 |
# Check whether --with-debug-rdp5 or --without-debug-rdp5 was given. |
6714 |
if test "${with_debug_rdp5+set}" = set; then |
6768 |
if test "${with_debug_rdp5+set}" = set; then |
6715 |
withval="$with_debug_rdp5" |
6769 |
withval="$with_debug_rdp5" |
6716 |
cat >>confdefs.h <<\_ACEOF |
6770 |
|
|
|
6771 |
if test $withval != "no"; |
6772 |
then |
6773 |
cat >>confdefs.h <<\_ACEOF |
6717 |
#define WITH_DEBUG_RDP5 1 |
6774 |
#define WITH_DEBUG_RDP5 1 |
6718 |
_ACEOF |
6775 |
_ACEOF |
6719 |
|
6776 |
|
|
|
6777 |
fi |
6778 |
|
6720 |
fi; |
6779 |
fi; |
6721 |
|
6780 |
|
6722 |
|
6781 |
|
6723 |
# Check whether --with-debug-clipboard or --without-debug-clipboard was given. |
6782 |
# Check whether --with-debug-clipboard or --without-debug-clipboard was given. |
6724 |
if test "${with_debug_clipboard+set}" = set; then |
6783 |
if test "${with_debug_clipboard+set}" = set; then |
6725 |
withval="$with_debug_clipboard" |
6784 |
withval="$with_debug_clipboard" |
6726 |
cat >>confdefs.h <<\_ACEOF |
6785 |
|
|
|
6786 |
if test $withval != "no"; |
6787 |
then |
6788 |
cat >>confdefs.h <<\_ACEOF |
6727 |
#define WITH_DEBUG_CLIPBOARD 1 |
6789 |
#define WITH_DEBUG_CLIPBOARD 1 |
6728 |
_ACEOF |
6790 |
_ACEOF |
6729 |
|
6791 |
|
|
|
6792 |
fi |
6793 |
|
6730 |
fi; |
6794 |
fi; |
6731 |
|
6795 |
|
6732 |
|
6796 |
|