comparison src/feature.h @ 1030:d4bc24e6a281 v7.0.156

updated for version 7.0-156
author vimboss
date Wed, 01 Nov 2006 17:12:57 +0000
parents d3bbb5dd3913
children 6c4da3e24371
comparison
equal deleted inserted replaced
1029:82b2594be408 1030:d4bc24e6a281
1131 #endif 1131 #endif
1132 1132
1133 /* 1133 /*
1134 * +ARP Amiga only. Use arp.library, DOS 2.0 is not required. 1134 * +ARP Amiga only. Use arp.library, DOS 2.0 is not required.
1135 */ 1135 */
1136 #ifndef NO_ARP 1136 #if !defined(NO_ARP) && !defined(__amigaos4__)
1137 # define FEAT_ARP 1137 # define FEAT_ARP
1138 #endif 1138 #endif
1139 1139
1140 /* 1140 /*
1141 * +GUI_Athena To compile Vim with or without the GUI (gvim) you have 1141 * +GUI_Athena To compile Vim with or without the GUI (gvim) you have