comparison src/config.h.in @ 2241:60da25e3aab7 vim73

Correct use of long instead of off_t for file size. (James Vega)
author Bram Moolenaar <bram@vim.org>
date Mon, 31 May 2010 21:59:46 +0200
parents 2e6906bbc5f4
children f42e0b5ff9e9
comparison
equal deleted inserted replaced
2240:6b4879aea261 2241:60da25e3aab7
36 /* defined always when using configure */ 36 /* defined always when using configure */
37 #undef UNIX 37 #undef UNIX
38 38
39 /* Defined to the size of an int */ 39 /* Defined to the size of an int */
40 #undef SIZEOF_INT 40 #undef SIZEOF_INT
41
42 /* Defined to the size of a long */
43 #undef SIZEOF_LONG
44
45 /* Defined to the size of off_t */
46 #undef SIZEOF_OFF_T
41 47
42 /* Defined to the size of time_t */ 48 /* Defined to the size of time_t */
43 #undef SIZEOF_TIME_T 49 #undef SIZEOF_TIME_T
44 50
45 /* Define when wchar_t is only 2 bytes. */ 51 /* Define when wchar_t is only 2 bytes. */
249 #undef HAVE_SYS_STREAM_H 255 #undef HAVE_SYS_STREAM_H
250 #undef HAVE_SYS_SYSCTL_H 256 #undef HAVE_SYS_SYSCTL_H
251 #undef HAVE_SYS_SYSINFO_H 257 #undef HAVE_SYS_SYSINFO_H
252 #undef HAVE_SYS_SYSTEMINFO_H 258 #undef HAVE_SYS_SYSTEMINFO_H
253 #undef HAVE_SYS_TIME_H 259 #undef HAVE_SYS_TIME_H
260 #undef HAVE_SYS_TYPES_H
254 #undef HAVE_SYS_UTSNAME_H 261 #undef HAVE_SYS_UTSNAME_H
255 #undef HAVE_WCHAR_H
256 #undef HAVE_WCTYPE_H
257 #undef HAVE_TERMCAP_H 262 #undef HAVE_TERMCAP_H
258 #undef HAVE_TERMIOS_H 263 #undef HAVE_TERMIOS_H
259 #undef HAVE_TERMIO_H 264 #undef HAVE_TERMIO_H
265 #undef HAVE_WCHAR_H
266 #undef HAVE_WCTYPE_H
260 #undef HAVE_UNISTD_H 267 #undef HAVE_UNISTD_H
261 #undef HAVE_UTIL_DEBUG_H 268 #undef HAVE_UTIL_DEBUG_H
262 #undef HAVE_UTIL_MSGI18N_H 269 #undef HAVE_UTIL_MSGI18N_H
263 #undef HAVE_UTIME_H 270 #undef HAVE_UTIME_H
264 #undef HAVE_X11_SUNKEYSYM_H 271 #undef HAVE_X11_SUNKEYSYM_H