Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1 | /* |
Bram Moolenaar | 3f7d090 | 2016-11-12 21:13:42 +0100 | [diff] [blame] | 2 | * config.h.in. Originally generated automatically from configure.ac by |
| 3 | * autoheader and manually changed after that. |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 4 | */ |
| 5 | |
| 6 | /* Define if we have EBCDIC code */ |
| 7 | #undef EBCDIC |
| 8 | |
| 9 | /* Define unless no X support found */ |
| 10 | #undef HAVE_X11 |
| 11 | |
| 12 | /* Define when terminfo support found */ |
| 13 | #undef TERMINFO |
| 14 | |
| 15 | /* Define when termcap.h contains ospeed */ |
| 16 | #undef HAVE_OSPEED |
| 17 | |
| 18 | /* Define when ospeed can be extern */ |
| 19 | #undef OSPEED_EXTERN |
| 20 | |
| 21 | /* Define when termcap.h contains UP, BC and PC */ |
| 22 | #undef HAVE_UP_BC_PC |
| 23 | |
| 24 | /* Define when UP, BC and PC can be extern */ |
| 25 | #undef UP_BC_PC_EXTERN |
| 26 | |
| 27 | /* Define when termcap.h defines outfuntype */ |
| 28 | #undef HAVE_OUTFUNTYPE |
| 29 | |
| 30 | /* Define when __DATE__ " " __TIME__ can be used */ |
| 31 | #undef HAVE_DATE_TIME |
| 32 | |
Bram Moolenaar | 8f1dde5 | 2020-06-05 23:16:29 +0200 | [diff] [blame] | 33 | /* Defined from $SOURCE_DATE_EPOCH, used as the build date */ |
| 34 | #undef BUILD_DATE |
| 35 | |
Bram Moolenaar | 0c094b9 | 2009-05-14 20:20:33 +0000 | [diff] [blame] | 36 | /* Define when __attribute__((unused)) can be used */ |
| 37 | #undef HAVE_ATTRIBUTE_UNUSED |
| 38 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 39 | /* defined always when using configure */ |
| 40 | #undef UNIX |
| 41 | |
| 42 | /* Defined to the size of an int */ |
Bram Moolenaar | a2aa31a | 2014-02-23 22:52:40 +0100 | [diff] [blame] | 43 | #undef VIM_SIZEOF_INT |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 44 | |
Bram Moolenaar | 914703b | 2010-05-31 21:59:46 +0200 | [diff] [blame] | 45 | /* Defined to the size of a long */ |
Bram Moolenaar | a2aa31a | 2014-02-23 22:52:40 +0100 | [diff] [blame] | 46 | #undef VIM_SIZEOF_LONG |
Bram Moolenaar | 914703b | 2010-05-31 21:59:46 +0200 | [diff] [blame] | 47 | |
| 48 | /* Defined to the size of off_t */ |
| 49 | #undef SIZEOF_OFF_T |
| 50 | |
Bram Moolenaar | 644fdff | 2010-05-30 13:26:21 +0200 | [diff] [blame] | 51 | /* Defined to the size of time_t */ |
| 52 | #undef SIZEOF_TIME_T |
| 53 | |
Bram Moolenaar | 4bdbbf7 | 2009-05-21 21:27:43 +0000 | [diff] [blame] | 54 | /* Define when wchar_t is only 2 bytes. */ |
| 55 | #undef SMALL_WCHAR_T |
| 56 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 57 | /* |
| 58 | * If we cannot trust one of the following from the libraries, we use our |
| 59 | * own safe but probably slower vim_memmove(). |
| 60 | */ |
| 61 | #undef USEBCOPY |
| 62 | #undef USEMEMMOVE |
| 63 | #undef USEMEMCPY |
| 64 | |
| 65 | /* Define when "man -s 2" is to be used */ |
| 66 | #undef USEMAN_S |
| 67 | |
| 68 | /* Define to empty if the keyword does not work. */ |
| 69 | #undef const |
| 70 | |
Bram Moolenaar | 76243bd | 2009-03-02 01:47:02 +0000 | [diff] [blame] | 71 | /* Define to empty if the keyword does not work. */ |
| 72 | #undef volatile |
| 73 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 74 | /* Define to `int' if <sys/types.h> doesn't define. */ |
| 75 | #undef mode_t |
| 76 | |
| 77 | /* Define to `long' if <sys/types.h> doesn't define. */ |
| 78 | #undef off_t |
| 79 | |
| 80 | /* Define to `long' if <sys/types.h> doesn't define. */ |
| 81 | #undef pid_t |
| 82 | |
| 83 | /* Define to `unsigned' if <sys/types.h> doesn't define. */ |
| 84 | #undef size_t |
| 85 | |
| 86 | /* Define to `int' if <sys/types.h> doesn't define. */ |
| 87 | #undef uid_t |
| 88 | |
Bram Moolenaar | 0bbabe8 | 2010-05-17 20:32:55 +0200 | [diff] [blame] | 89 | /* Define to `unsigned int' or other type that is 32 bit. */ |
| 90 | #undef uint32_t |
| 91 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 92 | /* Define to `int' if <sys/types.h> doesn't define. */ |
| 93 | #undef gid_t |
| 94 | |
| 95 | /* Define to `long' if <sys/types.h> doesn't define. */ |
| 96 | #undef ino_t |
| 97 | |
| 98 | /* Define to `unsigned' if <sys/types.h> doesn't define. */ |
| 99 | #undef dev_t |
| 100 | |
Bram Moolenaar | 0bbabe8 | 2010-05-17 20:32:55 +0200 | [diff] [blame] | 101 | /* Define on big-endian machines */ |
| 102 | #undef WORDS_BIGENDIAN |
| 103 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 104 | /* Define to `unsigned long' if <sys/types.h> doesn't define. */ |
| 105 | #undef rlim_t |
| 106 | |
| 107 | /* Define to `struct sigaltstack' if <signal.h> doesn't define. */ |
| 108 | #undef stack_t |
| 109 | |
| 110 | /* Define if stack_t has the ss_base field. */ |
| 111 | #undef HAVE_SS_BASE |
| 112 | |
| 113 | /* Define if you can safely include both <sys/time.h> and <time.h>. */ |
| 114 | #undef TIME_WITH_SYS_TIME |
| 115 | |
| 116 | /* Define if you can safely include both <sys/time.h> and <sys/select.h>. */ |
| 117 | #undef SYS_SELECT_WITH_SYS_TIME |
| 118 | |
Bram Moolenaar | 643b614 | 2018-09-12 20:29:09 +0200 | [diff] [blame] | 119 | /* Define to a typecast for select() arguments 2, 3 and 4. */ |
| 120 | #undef SELECT_TYPE_ARG234 |
| 121 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 122 | /* Define if you have /dev/ptc */ |
| 123 | #undef HAVE_DEV_PTC |
| 124 | |
| 125 | /* Define if you have Sys4 ptys */ |
| 126 | #undef HAVE_SVR4_PTYS |
| 127 | |
| 128 | /* Define to range of pty names to try */ |
| 129 | #undef PTYRANGE0 |
| 130 | #undef PTYRANGE1 |
| 131 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 132 | /* Define as the return type of signal handlers (int or void). */ |
| 133 | #undef RETSIGTYPE |
| 134 | |
| 135 | /* Define as the command at the end of signal handlers ("" or "return 0;"). */ |
| 136 | #undef SIGRETURN |
| 137 | |
| 138 | /* Define if struct sigcontext is present */ |
| 139 | #undef HAVE_SIGCONTEXT |
| 140 | |
| 141 | /* Define if touuper/tolower only work on lower/upercase characters */ |
| 142 | #undef BROKEN_TOUPPER |
| 143 | |
| 144 | /* Define if stat() ignores a trailing slash */ |
| 145 | #undef STAT_IGNORES_SLASH |
| 146 | |
Leah Neukirchen | 0a7984a | 2021-10-14 21:27:55 +0100 | [diff] [blame] | 147 | /* Define to nanoseconds field of struct stat */ |
| 148 | #undef ST_MTIM_NSEC |
| 149 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 150 | /* Define if tgetstr() has a second argument that is (char *) */ |
| 151 | #undef TGETSTR_CHAR_P |
| 152 | |
| 153 | /* Define if tgetent() returns zero for an error */ |
| 154 | #undef TGETENT_ZERO_ERR |
| 155 | |
| 156 | /* Define if the getcwd() function should not be used. */ |
| 157 | #undef BAD_GETCWD |
| 158 | |
| 159 | /* Define if you the function: */ |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 160 | #undef HAVE_FCHDIR |
| 161 | #undef HAVE_FCHOWN |
Bram Moolenaar | cd142e3 | 2017-11-16 17:03:45 +0100 | [diff] [blame] | 162 | #undef HAVE_FCHMOD |
| 163 | #undef HAVE_FLOAT_FUNCS |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 164 | #undef HAVE_FSEEKO |
| 165 | #undef HAVE_FSYNC |
Bram Moolenaar | cd142e3 | 2017-11-16 17:03:45 +0100 | [diff] [blame] | 166 | #undef HAVE_FTRUNCATE |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 167 | #undef HAVE_GETCWD |
Bram Moolenaar | 2fcf668 | 2017-03-11 20:03:42 +0100 | [diff] [blame] | 168 | #undef HAVE_GETPGID |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 169 | #undef HAVE_GETPSEUDOTTY |
Bram Moolenaar | 2430586 | 2012-08-15 14:05:05 +0200 | [diff] [blame] | 170 | #undef HAVE_GETPWENT |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 171 | #undef HAVE_GETPWNAM |
| 172 | #undef HAVE_GETPWUID |
| 173 | #undef HAVE_GETRLIMIT |
| 174 | #undef HAVE_GETTIMEOFDAY |
| 175 | #undef HAVE_GETWD |
| 176 | #undef HAVE_ICONV |
Bram Moolenaar | b6fb051 | 2020-04-18 18:24:18 +0200 | [diff] [blame] | 177 | #undef HAVE_INET_NTOP |
Bram Moolenaar | 63d2555 | 2019-05-10 21:28:38 +0200 | [diff] [blame] | 178 | #undef HAVE_LOCALTIME_R |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 179 | #undef HAVE_LSTAT |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 180 | #undef HAVE_MEMSET |
Bram Moolenaar | eaf0339 | 2009-11-17 11:08:52 +0000 | [diff] [blame] | 181 | #undef HAVE_MKDTEMP |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 182 | #undef HAVE_NANOSLEEP |
Bram Moolenaar | 2fcf668 | 2017-03-11 20:03:42 +0100 | [diff] [blame] | 183 | #undef HAVE_NL_LANGINFO_CODESET |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 184 | #undef HAVE_OPENDIR |
Bram Moolenaar | 1e44968 | 2019-04-28 14:59:59 +0200 | [diff] [blame] | 185 | #undef HAVE_POSIX_OPENPT |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 186 | #undef HAVE_PUTENV |
| 187 | #undef HAVE_QSORT |
| 188 | #undef HAVE_READLINK |
| 189 | #undef HAVE_RENAME |
| 190 | #undef HAVE_SELECT |
Bram Moolenaar | 588ebeb | 2008-05-07 17:09:24 +0000 | [diff] [blame] | 191 | #undef HAVE_SELINUX |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 192 | #undef HAVE_SETENV |
| 193 | #undef HAVE_SETPGID |
| 194 | #undef HAVE_SETSID |
| 195 | #undef HAVE_SIGACTION |
| 196 | #undef HAVE_SIGALTSTACK |
| 197 | #undef HAVE_SIGSET |
| 198 | #undef HAVE_SIGSETJMP |
| 199 | #undef HAVE_SIGSTACK |
Bram Moolenaar | bb09ceb | 2016-10-18 16:27:23 +0200 | [diff] [blame] | 200 | #undef HAVE_SIGPROCMASK |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 201 | #undef HAVE_SIGVEC |
Bram Moolenaar | 5bd32f4 | 2014-04-02 14:05:38 +0200 | [diff] [blame] | 202 | #undef HAVE_SMACK |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 203 | #undef HAVE_STRCASECMP |
Bram Moolenaar | 84cf6bd | 2020-06-16 20:03:43 +0200 | [diff] [blame] | 204 | #undef HAVE_STRCOLL |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 205 | #undef HAVE_STRERROR |
| 206 | #undef HAVE_STRFTIME |
| 207 | #undef HAVE_STRICMP |
| 208 | #undef HAVE_STRNCASECMP |
| 209 | #undef HAVE_STRNICMP |
| 210 | #undef HAVE_STRPBRK |
Bram Moolenaar | 10455d4 | 2019-11-21 15:36:18 +0100 | [diff] [blame] | 211 | #undef HAVE_STRPTIME |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 212 | #undef HAVE_STRTOL |
Bram Moolenaar | 427f5b6 | 2019-06-09 13:43:51 +0200 | [diff] [blame] | 213 | #undef HAVE_CANBERRA |
Christian Brabandt | f573c6e | 2021-06-20 14:02:16 +0200 | [diff] [blame] | 214 | #undef HAVE_SODIUM |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 215 | #undef HAVE_ST_BLKSIZE |
| 216 | #undef HAVE_SYSCONF |
| 217 | #undef HAVE_SYSCTL |
| 218 | #undef HAVE_SYSINFO |
Bram Moolenaar | 914572a | 2007-05-01 11:37:47 +0000 | [diff] [blame] | 219 | #undef HAVE_SYSINFO_MEM_UNIT |
Bram Moolenaar | f52f060 | 2021-03-10 21:26:37 +0100 | [diff] [blame] | 220 | #undef HAVE_SYSINFO_UPTIME |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 221 | #undef HAVE_TGETENT |
| 222 | #undef HAVE_TOWLOWER |
| 223 | #undef HAVE_TOWUPPER |
Bram Moolenaar | 0cb032e | 2005-04-23 20:52:00 +0000 | [diff] [blame] | 224 | #undef HAVE_ISWUPPER |
Bram Moolenaar | db51730 | 2019-06-18 22:53:24 +0200 | [diff] [blame] | 225 | #undef HAVE_TZSET |
Bram Moolenaar | 137374f | 2018-05-13 15:59:50 +0200 | [diff] [blame] | 226 | #undef HAVE_UNSETENV |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 227 | #undef HAVE_USLEEP |
| 228 | #undef HAVE_UTIME |
| 229 | #undef HAVE_BIND_TEXTDOMAIN_CODESET |
Bram Moolenaar | d057301 | 2017-10-28 21:11:06 +0200 | [diff] [blame] | 230 | #undef HAVE_MBLEN |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 231 | |
Bram Moolenaar | 317fd3a | 2010-05-07 16:05:55 +0200 | [diff] [blame] | 232 | /* Define, if needed, for accessing large files. */ |
| 233 | #undef _LARGE_FILES |
| 234 | #undef _FILE_OFFSET_BITS |
| 235 | #undef _LARGEFILE_SOURCE |
| 236 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 237 | /* Define if you do not have utime(), but do have the utimes() function. */ |
| 238 | #undef HAVE_UTIMES |
| 239 | |
| 240 | /* Define if you have the header file: */ |
| 241 | #undef HAVE_DIRENT_H |
| 242 | #undef HAVE_ERRNO_H |
| 243 | #undef HAVE_FCNTL_H |
| 244 | #undef HAVE_FRAME_H |
| 245 | #undef HAVE_ICONV_H |
Bram Moolenaar | fa7584c | 2010-05-19 21:57:45 +0200 | [diff] [blame] | 246 | #undef HAVE_INTTYPES_H |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 247 | #undef HAVE_LANGINFO_H |
| 248 | #undef HAVE_LIBC_H |
| 249 | #undef HAVE_LIBGEN_H |
| 250 | #undef HAVE_LIBINTL_H |
| 251 | #undef HAVE_LOCALE_H |
Bram Moolenaar | 446cb83 | 2008-06-24 21:56:24 +0000 | [diff] [blame] | 252 | #undef HAVE_MATH_H |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 253 | #undef HAVE_NDIR_H |
| 254 | #undef HAVE_POLL_H |
| 255 | #undef HAVE_PTHREAD_NP_H |
| 256 | #undef HAVE_PWD_H |
| 257 | #undef HAVE_SETJMP_H |
| 258 | #undef HAVE_SGTTY_H |
Bram Moolenaar | fa7584c | 2010-05-19 21:57:45 +0200 | [diff] [blame] | 259 | #undef HAVE_STDINT_H |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 260 | #undef HAVE_STRINGS_H |
| 261 | #undef HAVE_STROPTS_H |
| 262 | #undef HAVE_SYS_ACCESS_H |
| 263 | #undef HAVE_SYS_ACL_H |
| 264 | #undef HAVE_SYS_DIR_H |
| 265 | #undef HAVE_SYS_IOCTL_H |
| 266 | #undef HAVE_SYS_NDIR_H |
| 267 | #undef HAVE_SYS_PARAM_H |
| 268 | #undef HAVE_SYS_POLL_H |
| 269 | #undef HAVE_SYS_PTEM_H |
Bram Moolenaar | 1ecc5e4 | 2019-01-26 15:12:55 +0100 | [diff] [blame] | 270 | #undef HAVE_SYS_PTMS_H |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 271 | #undef HAVE_SYS_RESOURCE_H |
| 272 | #undef HAVE_SYS_SELECT_H |
| 273 | #undef HAVE_SYS_STATFS_H |
| 274 | #undef HAVE_SYS_STREAM_H |
| 275 | #undef HAVE_SYS_SYSCTL_H |
| 276 | #undef HAVE_SYS_SYSINFO_H |
| 277 | #undef HAVE_SYS_SYSTEMINFO_H |
| 278 | #undef HAVE_SYS_TIME_H |
Bram Moolenaar | 914703b | 2010-05-31 21:59:46 +0200 | [diff] [blame] | 279 | #undef HAVE_SYS_TYPES_H |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 280 | #undef HAVE_SYS_UTSNAME_H |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 281 | #undef HAVE_TERMCAP_H |
| 282 | #undef HAVE_TERMIOS_H |
| 283 | #undef HAVE_TERMIO_H |
Bram Moolenaar | 914703b | 2010-05-31 21:59:46 +0200 | [diff] [blame] | 284 | #undef HAVE_WCHAR_H |
| 285 | #undef HAVE_WCTYPE_H |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 286 | #undef HAVE_UNISTD_H |
| 287 | #undef HAVE_UTIL_DEBUG_H |
| 288 | #undef HAVE_UTIL_MSGI18N_H |
| 289 | #undef HAVE_UTIME_H |
| 290 | #undef HAVE_X11_SUNKEYSYM_H |
| 291 | #undef HAVE_XM_XM_H |
| 292 | #undef HAVE_XM_XPMP_H |
Bram Moolenaar | 2ce06f6 | 2005-01-31 19:19:04 +0000 | [diff] [blame] | 293 | #undef HAVE_XM_TRAITP_H |
| 294 | #undef HAVE_XM_MANAGER_H |
| 295 | #undef HAVE_XM_UNHIGHLIGHTT_H |
| 296 | #undef HAVE_XM_JOINSIDET_H |
Bram Moolenaar | fc1421e | 2006-04-20 22:17:20 +0000 | [diff] [blame] | 297 | #undef HAVE_XM_NOTEBOOK_H |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 298 | #undef HAVE_X11_XPM_H |
| 299 | #undef HAVE_X11_XMU_EDITRES_H |
| 300 | #undef HAVE_X11_SM_SMLIB_H |
| 301 | |
Bram Moolenaar | 910f66f | 2006-04-05 20:41:53 +0000 | [diff] [blame] | 302 | /* Define to the type of the XpmAttributes type. */ |
| 303 | #undef XPMATTRIBUTES_TYPE |
| 304 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 305 | /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */ |
| 306 | #undef HAVE_SYS_WAIT_H |
| 307 | |
| 308 | /* Define if you have a <sys/wait.h> that is not POSIX.1 compatible. */ |
| 309 | #undef HAVE_UNION_WAIT |
| 310 | |
| 311 | /* This is currently unused in vim: */ |
| 312 | /* Define if you have the ANSI C header files. */ |
| 313 | /* #undef STDC_HEADERS */ |
| 314 | |
| 315 | /* instead, we check a few STDC things ourselves */ |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 316 | #undef HAVE_STDLIB_H |
| 317 | #undef HAVE_STRING_H |
| 318 | |
| 319 | /* Define if strings.h cannot be included when strings.h already is */ |
| 320 | #undef NO_STRINGS_WITH_STRING_H |
| 321 | |
| 322 | /* Define if you want tiny features. */ |
| 323 | #undef FEAT_TINY |
| 324 | |
| 325 | /* Define if you want small features. */ |
| 326 | #undef FEAT_SMALL |
| 327 | |
| 328 | /* Define if you want normal features. */ |
| 329 | #undef FEAT_NORMAL |
| 330 | |
| 331 | /* Define if you want big features. */ |
| 332 | #undef FEAT_BIG |
| 333 | |
| 334 | /* Define if you want huge features. */ |
| 335 | #undef FEAT_HUGE |
| 336 | |
Bram Moolenaar | 0ba0429 | 2010-07-14 23:23:17 +0200 | [diff] [blame] | 337 | /* Define if you want to include the Lua interpreter. */ |
| 338 | #undef FEAT_LUA |
| 339 | |
Bram Moolenaar | 2334b6d | 2010-07-22 21:32:16 +0200 | [diff] [blame] | 340 | /* Define for linking via dlopen() or LoadLibrary() */ |
| 341 | #undef DYNAMIC_LUA |
| 342 | |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 343 | /* Define if you want to include the MzScheme interpreter. */ |
| 344 | #undef FEAT_MZSCHEME |
| 345 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 346 | /* Define if you want to include the Perl interpreter. */ |
| 347 | #undef FEAT_PERL |
| 348 | |
Bram Moolenaar | e06c188 | 2010-07-21 22:05:20 +0200 | [diff] [blame] | 349 | /* Define for linking via dlopen() or LoadLibrary() */ |
| 350 | #undef DYNAMIC_PERL |
| 351 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 352 | /* Define if you want to include the Python interpreter. */ |
| 353 | #undef FEAT_PYTHON |
| 354 | |
Bram Moolenaar | bd5e15f | 2010-07-17 21:19:38 +0200 | [diff] [blame] | 355 | /* Define if you want to include the Python3 interpreter. */ |
| 356 | #undef FEAT_PYTHON3 |
| 357 | |
| 358 | /* Define for linking via dlopen() or LoadLibrary() */ |
| 359 | #undef DYNAMIC_PYTHON |
| 360 | |
| 361 | /* Define for linking via dlopen() or LoadLibrary() */ |
| 362 | #undef DYNAMIC_PYTHON3 |
| 363 | |
Bram Moolenaar | b744b2f | 2010-08-13 16:22:57 +0200 | [diff] [blame] | 364 | /* Define if dynamic python does not require RTLD_GLOBAL */ |
| 365 | #undef PY_NO_RTLD_GLOBAL |
| 366 | |
Bram Moolenaar | 6fabcbe | 2011-09-02 12:27:25 +0200 | [diff] [blame] | 367 | /* Define if dynamic python3 does not require RTLD_GLOBAL */ |
| 368 | #undef PY3_NO_RTLD_GLOBAL |
| 369 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 370 | /* Define if you want to include the Ruby interpreter. */ |
| 371 | #undef FEAT_RUBY |
| 372 | |
Bram Moolenaar | 3ca71f1 | 2010-10-27 16:49:47 +0200 | [diff] [blame] | 373 | /* Define for linking via dlopen() or LoadLibrary() */ |
| 374 | #undef DYNAMIC_RUBY |
| 375 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 376 | /* Define if you want to include the Tcl interpreter. */ |
| 377 | #undef FEAT_TCL |
| 378 | |
Bram Moolenaar | 8a5115c | 2016-01-09 19:41:11 +0100 | [diff] [blame] | 379 | /* Define for linking via dlopen() or LoadLibrary() */ |
| 380 | #undef DYNAMIC_TCL |
| 381 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 382 | /* Define if you want to add support for ACL */ |
| 383 | #undef HAVE_POSIX_ACL |
Bram Moolenaar | 8d462f9 | 2012-02-05 22:51:33 +0100 | [diff] [blame] | 384 | #undef HAVE_SOLARIS_ZFS_ACL |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 385 | #undef HAVE_SOLARIS_ACL |
| 386 | #undef HAVE_AIX_ACL |
| 387 | |
Bram Moolenaar | 3cbe0c0 | 2015-09-08 20:00:22 +0200 | [diff] [blame] | 388 | /* Define if pango_shape_full() is available. */ |
| 389 | #undef HAVE_PANGO_SHAPE_FULL |
| 390 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 391 | /* Define if you want to add support of GPM (Linux console mouse daemon) */ |
| 392 | #undef HAVE_GPM |
| 393 | |
Bram Moolenaar | 446cb83 | 2008-06-24 21:56:24 +0000 | [diff] [blame] | 394 | /* Define if you want to add support of sysmouse (*BSD console mouse) */ |
| 395 | #undef HAVE_SYSMOUSE |
| 396 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 397 | /* Define if you want to include the Cscope interface. */ |
| 398 | #undef FEAT_CSCOPE |
| 399 | |
Bram Moolenaar | 5c5697f | 2018-12-12 20:34:09 +0100 | [diff] [blame] | 400 | /* Define if you don't want to include right-left support. */ |
| 401 | #undef DISABLE_RIGHTLEFT |
| 402 | |
Bram Moolenaar | 5c5697f | 2018-12-12 20:34:09 +0100 | [diff] [blame] | 403 | /* Define if you don't want to include Arabic support. */ |
| 404 | #undef DISABLE_ARABIC |
| 405 | |
Bram Moolenaar | e42a6d2 | 2017-11-12 19:21:51 +0100 | [diff] [blame] | 406 | /* Define if you want to always define a server name at vim startup. */ |
| 407 | #undef FEAT_AUTOSERVERNAME |
| 408 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 409 | /* Define if you want to include fontset support. */ |
| 410 | #undef FEAT_XFONTSET |
| 411 | |
| 412 | /* Define if you want to include XIM support. */ |
| 413 | #undef FEAT_XIM |
| 414 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 415 | /* Define if you use GTK and want GNOME support. */ |
| 416 | #undef FEAT_GUI_GNOME |
| 417 | |
Bram Moolenaar | 843ee41 | 2004-06-30 16:16:41 +0000 | [diff] [blame] | 418 | /* Define if you use KDE and want KDE Toolbar support. */ |
| 419 | #undef FEAT_KDETOOLBAR |
| 420 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 421 | /* Define if your X has own locale library */ |
| 422 | #undef X_LOCALE |
| 423 | |
| 424 | /* Define if we have dlfcn.h. */ |
| 425 | #undef HAVE_DLFCN_H |
| 426 | |
| 427 | /* Define if there is a working gettext(). */ |
| 428 | #undef HAVE_GETTEXT |
| 429 | |
| 430 | /* Define if _nl_msg_cat_cntr is present. */ |
| 431 | #undef HAVE_NL_MSG_CAT_CNTR |
| 432 | |
| 433 | /* Define if we have dlopen() */ |
| 434 | #undef HAVE_DLOPEN |
| 435 | |
| 436 | /* Define if we have dlsym() */ |
| 437 | #undef HAVE_DLSYM |
| 438 | |
| 439 | /* Define if we have dl.h. */ |
| 440 | #undef HAVE_DL_H |
| 441 | |
| 442 | /* Define if we have shl_load() */ |
| 443 | #undef HAVE_SHL_LOAD |
| 444 | |
Bram Moolenaar | bfe13cc | 2020-04-12 17:53:12 +0200 | [diff] [blame] | 445 | /* Define if we can use IPv6 networking. */ |
| 446 | #undef FEAT_IPV6 |
| 447 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 448 | /* Define if you want to include NetBeans integration. */ |
| 449 | #undef FEAT_NETBEANS_INTG |
| 450 | |
Bram Moolenaar | e0874f8 | 2016-01-24 20:36:41 +0100 | [diff] [blame] | 451 | /* Define if you want to include process communication. */ |
Bram Moolenaar | 509ce2a | 2016-03-11 22:52:15 +0100 | [diff] [blame] | 452 | #undef FEAT_JOB_CHANNEL |
Bram Moolenaar | e0874f8 | 2016-01-24 20:36:41 +0100 | [diff] [blame] | 453 | |
Bram Moolenaar | e4f25e4 | 2017-07-07 11:54:15 +0200 | [diff] [blame] | 454 | /* Define if you want to include terminal emulator support. */ |
| 455 | #undef FEAT_TERMINAL |
| 456 | |
Bram Moolenaar | 9d302ad | 2018-12-21 11:48:51 +0100 | [diff] [blame] | 457 | // Define default global runtime path. |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 458 | #undef RUNTIME_GLOBAL |
| 459 | |
Bram Moolenaar | 9d302ad | 2018-12-21 11:48:51 +0100 | [diff] [blame] | 460 | // Define default global runtime after path. |
| 461 | #undef RUNTIME_GLOBAL_AFTER |
| 462 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 463 | /* Define name of who modified a released Vim */ |
| 464 | #undef MODIFIED_BY |
| 465 | |
| 466 | /* Define if you want XSMP interaction as well as vanilla swapfile safety */ |
| 467 | #undef USE_XSMP_INTERACT |
Bram Moolenaar | f05da21 | 2009-11-17 16:13:15 +0000 | [diff] [blame] | 468 | |
| 469 | /* Define if fcntl()'s F_SETFD command knows about FD_CLOEXEC */ |
| 470 | #undef HAVE_FD_CLOEXEC |
Bram Moolenaar | 693e40c | 2013-02-26 14:56:42 +0100 | [diff] [blame] | 471 | |
Bram Moolenaar | f3757f0 | 2017-03-16 15:13:45 +0100 | [diff] [blame] | 472 | /* Define if /proc/self/exe or similar can be read */ |
| 473 | #undef PROC_EXE_LINK |
Bram Moolenaar | 47ffb90 | 2017-03-12 18:38:02 +0100 | [diff] [blame] | 474 | |
Bram Moolenaar | 693e40c | 2013-02-26 14:56:42 +0100 | [diff] [blame] | 475 | /* Define if you want Cygwin to use the WIN32 clipboard, not compatible with X11*/ |
| 476 | #undef FEAT_CYGWIN_WIN32_CLIPBOARD |
Bram Moolenaar | 2b1b53f | 2013-11-02 21:04:38 +0100 | [diff] [blame] | 477 | |
| 478 | /* Define if we have AvailabilityMacros.h on Mac OS X */ |
| 479 | #undef HAVE_AVAILABILITYMACROS_H |
Bram Moolenaar | cbc246a | 2014-10-11 14:47:26 +0200 | [diff] [blame] | 480 | |
| 481 | /* Define if Xutf8SetWMProperties() is in an X library. */ |
| 482 | #undef HAVE_XUTF8SETWMPROPERTIES |
Bram Moolenaar | 36e294c | 2015-12-29 18:55:46 +0100 | [diff] [blame] | 483 | |
| 484 | /* Define if GResource is used to load icons */ |
| 485 | #undef USE_GRESOURCE |
Bram Moolenaar | 9892189 | 2016-02-23 17:14:37 +0100 | [diff] [blame] | 486 | |
| 487 | /* Define if GTK+ GUI is to be linked against GTK+ 3 */ |
| 488 | #undef USE_GTK3 |
Bram Moolenaar | 136f29a | 2016-02-27 20:14:15 +0100 | [diff] [blame] | 489 | |
| 490 | /* Define if we have isinf() */ |
| 491 | #undef HAVE_ISINF |
| 492 | |
| 493 | /* Define if we have isnan() */ |
| 494 | #undef HAVE_ISNAN |
| 495 | |
Bram Moolenaar | b2d0e51 | 2020-05-07 18:37:03 +0200 | [diff] [blame] | 496 | /* Define if we have dirfd() */ |
| 497 | #undef HAVE_DIRFD |
| 498 | |
| 499 | /* Define if we have flock() */ |
| 500 | #undef HAVE_FLOCK |
| 501 | |
Bram Moolenaar | 136f29a | 2016-02-27 20:14:15 +0100 | [diff] [blame] | 502 | /* Define to inline symbol or empty */ |
| 503 | #undef inline |
Bram Moolenaar | 0e62a67 | 2021-02-25 17:17:56 +0100 | [diff] [blame] | 504 | |
| 505 | /* Define if _SC_SIGSTKSZ is available via sysconf() */ |
| 506 | #undef HAVE_SYSCONF_SIGSTKSZ |