defines.h (95270f73baf6fa95ae529bc2eb6a61f5c79f32c0) | defines.h (d713e0891ff9ab8246245c3206851d486ecfdd37) |
---|---|
1/* defines.h. Generated from defines.h.in by configure. */ 2/* defines.h.in. Generated from configure.ac by autoheader. */ 3 4 5/* Unix definition file for less. -*- C -*- 6 * 7 * This file has 3 sections: 8 * User preferences. --- 200 unchanged lines hidden (view full) --- 209#define OUTBUF_SIZE 1024 /* Output buffer */ 210#define PROMPT_SIZE 2048 /* Max size of prompt string */ 211#define TERMBUF_SIZE 2048 /* Termcap buffer for tgetent */ 212#define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */ 213#define TAGLINE_SIZE 1024 /* Max size of line in tags file */ 214#define TABSTOP_MAX 128 /* Max number of custom tab stops */ 215#endif 216 | 1/* defines.h. Generated from defines.h.in by configure. */ 2/* defines.h.in. Generated from configure.ac by autoheader. */ 3 4 5/* Unix definition file for less. -*- C -*- 6 * 7 * This file has 3 sections: 8 * User preferences. --- 200 unchanged lines hidden (view full) --- 209#define OUTBUF_SIZE 1024 /* Output buffer */ 210#define PROMPT_SIZE 2048 /* Max size of prompt string */ 211#define TERMBUF_SIZE 2048 /* Termcap buffer for tgetent */ 212#define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */ 213#define TAGLINE_SIZE 1024 /* Max size of line in tags file */ 214#define TABSTOP_MAX 128 /* Max number of custom tab stops */ 215#endif 216 |
217/* Define as the return type of signal handlers (int or void). */ 218#define RETSIGTYPE void 219 |
|
217/* Settings automatically determined by configure. */ 218 219 220/* Define EDIT_PGM to your editor. */ 221#define EDIT_PGM "vi" 222 223/* Define HAVE_CONST if your compiler supports the "const" modifier. */ 224#define HAVE_CONST 1 --- 11 unchanged lines hidden (view full) --- 236#define HAVE_FCHMOD 1 237 238/* Define to 1 if you have the <fcntl.h> header file. */ 239#define HAVE_FCNTL_H 1 240 241/* Define HAVE_FILENO if you have the fileno() macro. */ 242#define HAVE_FILENO 1 243 | 220/* Settings automatically determined by configure. */ 221 222 223/* Define EDIT_PGM to your editor. */ 224#define EDIT_PGM "vi" 225 226/* Define HAVE_CONST if your compiler supports the "const" modifier. */ 227#define HAVE_CONST 1 --- 11 unchanged lines hidden (view full) --- 239#define HAVE_FCHMOD 1 240 241/* Define to 1 if you have the <fcntl.h> header file. */ 242#define HAVE_FCNTL_H 1 243 244/* Define HAVE_FILENO if you have the fileno() macro. */ 245#define HAVE_FILENO 1 246 |
244/* Define HAVE_FLOAT if your compiler supports the "double" type. */ 245#define HAVE_FLOAT 1 246 | |
247/* Define to 1 if you have the `fsync' function. */ 248#define HAVE_FSYNC 1 249 250/* GNU regex library */ 251/* #undef HAVE_GNU_REGEX */ 252 253/* Define to 1 if you have the <inttypes.h> header file. */ 254#define HAVE_INTTYPES_H 1 255 256/* Define to 1 if you have the <limits.h> header file. */ 257#define HAVE_LIMITS_H 1 258 | 247/* Define to 1 if you have the `fsync' function. */ 248#define HAVE_FSYNC 1 249 250/* GNU regex library */ 251/* #undef HAVE_GNU_REGEX */ 252 253/* Define to 1 if you have the <inttypes.h> header file. */ 254#define HAVE_INTTYPES_H 1 255 256/* Define to 1 if you have the <limits.h> header file. */ 257#define HAVE_LIMITS_H 1 258 |
259/* Define to 1 if you have the <linux/magic.h> header file. */ 260/* #undef HAVE_LINUX_MAGIC_H */ 261 |
|
259/* Define HAVE_LOCALE if you have locale.h and setlocale. */ 260#define HAVE_LOCALE 1 261 262/* Define to 1 if you have the <memory.h> header file. */ 263#define HAVE_MEMORY_H 1 264 265/* Define to 1 if you have the `nanosleep' function. */ 266#define HAVE_NANOSLEEP 1 --- 48 unchanged lines hidden (view full) --- 315#define HAVE_SNPRINTF 1 316 317/* Define to 1 if you have the `stat' function. */ 318#define HAVE_STAT 1 319 320/* Define HAVE_STAT_INO if your struct stat has st_ino and st_dev. */ 321#define HAVE_STAT_INO 1 322 | 262/* Define HAVE_LOCALE if you have locale.h and setlocale. */ 263#define HAVE_LOCALE 1 264 265/* Define to 1 if you have the <memory.h> header file. */ 266#define HAVE_MEMORY_H 1 267 268/* Define to 1 if you have the `nanosleep' function. */ 269#define HAVE_NANOSLEEP 1 --- 48 unchanged lines hidden (view full) --- 318#define HAVE_SNPRINTF 1 319 320/* Define to 1 if you have the `stat' function. */ 321#define HAVE_STAT 1 322 323/* Define HAVE_STAT_INO if your struct stat has st_ino and st_dev. */ 324#define HAVE_STAT_INO 1 325 |
326/* Define to 1 if you have the <stdckdint.h> header file. */ 327/* #undef HAVE_STDCKDINT_H */ 328 |
|
323/* Define to 1 if you have the <stdint.h> header file. */ 324#define HAVE_STDINT_H 1 325 326/* Define to 1 if you have the <stdio.h> header file. */ 327#define HAVE_STDIO_H 1 328 329/* Define to 1 if you have the <stdlib.h> header file. */ 330#define HAVE_STDLIB_H 1 331 332/* Define HAVE_STRERROR if you have the strerror() function. */ 333#define HAVE_STRERROR 1 334 335/* Define to 1 if you have the <strings.h> header file. */ 336#define HAVE_STRINGS_H 1 337 338/* Define to 1 if you have the <string.h> header file. */ 339#define HAVE_STRING_H 1 340 | 329/* Define to 1 if you have the <stdint.h> header file. */ 330#define HAVE_STDINT_H 1 331 332/* Define to 1 if you have the <stdio.h> header file. */ 333#define HAVE_STDIO_H 1 334 335/* Define to 1 if you have the <stdlib.h> header file. */ 336#define HAVE_STDLIB_H 1 337 338/* Define HAVE_STRERROR if you have the strerror() function. */ 339#define HAVE_STRERROR 1 340 341/* Define to 1 if you have the <strings.h> header file. */ 342#define HAVE_STRINGS_H 1 343 344/* Define to 1 if you have the <string.h> header file. */ 345#define HAVE_STRING_H 1 346 |
347/* Define to 1 if you have the `strsignal' function. */ 348#define HAVE_STRSIGNAL 1 349 |
|
341/* Define to 1 if you have the `system' function. */ 342#define HAVE_SYSTEM 1 343 344/* Define HAVE_SYS_ERRLIST if you have the sys_errlist[] variable. */ 345#define HAVE_SYS_ERRLIST 1 346 347/* Define to 1 if you have the <sys/ioctl.h> header file. */ 348#define HAVE_SYS_IOCTL_H 1 349 350/* Define to 1 if you have the <sys/stat.h> header file. */ 351#define HAVE_SYS_STAT_H 1 352 353/* Define to 1 if you have the <sys/stream.h> header file. */ 354/* #undef HAVE_SYS_STREAM_H */ 355 356/* Define to 1 if you have the <sys/types.h> header file. */ 357#define HAVE_SYS_TYPES_H 1 358 | 350/* Define to 1 if you have the `system' function. */ 351#define HAVE_SYSTEM 1 352 353/* Define HAVE_SYS_ERRLIST if you have the sys_errlist[] variable. */ 354#define HAVE_SYS_ERRLIST 1 355 356/* Define to 1 if you have the <sys/ioctl.h> header file. */ 357#define HAVE_SYS_IOCTL_H 1 358 359/* Define to 1 if you have the <sys/stat.h> header file. */ 360#define HAVE_SYS_STAT_H 1 361 362/* Define to 1 if you have the <sys/stream.h> header file. */ 363/* #undef HAVE_SYS_STREAM_H */ 364 365/* Define to 1 if you have the <sys/types.h> header file. */ 366#define HAVE_SYS_TYPES_H 1 367 |
368/* Define to 1 if you have the <sys/wait.h> header file. */ 369#define HAVE_SYS_WAIT_H 1 370 |
|
359/* Define to 1 if you have the <termcap.h> header file. */ 360#define HAVE_TERMCAP_H 1 361 362/* Define HAVE_TERMIOS_FUNCS if you have tcgetattr/tcsetattr. */ 363#define HAVE_TERMIOS_FUNCS 1 364 365/* Define to 1 if you have the <termios.h> header file. */ 366#define HAVE_TERMIOS_H 1 --- 61 unchanged lines hidden (view full) --- 428#define PACKAGE_TARNAME "less" 429 430/* Define to the home page for this package. */ 431#define PACKAGE_URL "" 432 433/* Define to the version of this package. */ 434#define PACKAGE_VERSION "1" 435 | 371/* Define to 1 if you have the <termcap.h> header file. */ 372#define HAVE_TERMCAP_H 1 373 374/* Define HAVE_TERMIOS_FUNCS if you have tcgetattr/tcsetattr. */ 375#define HAVE_TERMIOS_FUNCS 1 376 377/* Define to 1 if you have the <termios.h> header file. */ 378#define HAVE_TERMIOS_H 1 --- 61 unchanged lines hidden (view full) --- 440#define PACKAGE_TARNAME "less" 441 442/* Define to the home page for this package. */ 443#define PACKAGE_URL "" 444 445/* Define to the version of this package. */ 446#define PACKAGE_VERSION "1" 447 |
436/* Define as the return type of signal handlers (`int' or `void'). */ 437#define RETSIGTYPE void 438 | |
439/* Define SECURE_COMPILE=1 to build a secure version of less. */ 440#define SECURE_COMPILE 0 441 442/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */ 443/* #undef STAT_MACROS_BROKEN */ 444 445/* Define to 1 if you have the ANSI C header files. */ 446#define STDC_HEADERS 1 447 | 448/* Define SECURE_COMPILE=1 to build a secure version of less. */ 449#define SECURE_COMPILE 0 450 451/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */ 452/* #undef STAT_MACROS_BROKEN */ 453 454/* Define to 1 if you have the ANSI C header files. */ 455#define STDC_HEADERS 1 456 |
448/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 449#define TIME_WITH_SYS_TIME 1 450 | |
451/* Enable large inode numbers on Mac OS X 10.5. */ 452#ifndef _DARWIN_USE_64_BIT_INODE 453# define _DARWIN_USE_64_BIT_INODE 1 454#endif 455 456/* Number of bits in a file offset, on hosts where this is settable. */ 457/* #undef _FILE_OFFSET_BITS */ 458 459/* Define for large files, on AIX-style hosts. */ 460/* #undef _LARGE_FILES */ 461 462/* Define to empty if `const' does not conform to ANSI C. */ 463/* #undef const */ 464 465/* Define to `long int' if <sys/types.h> does not define. */ 466/* #undef off_t */ 467 468/* Define to `unsigned int' if <sys/types.h> does not define. */ 469/* #undef size_t */ | 457/* Enable large inode numbers on Mac OS X 10.5. */ 458#ifndef _DARWIN_USE_64_BIT_INODE 459# define _DARWIN_USE_64_BIT_INODE 1 460#endif 461 462/* Number of bits in a file offset, on hosts where this is settable. */ 463/* #undef _FILE_OFFSET_BITS */ 464 465/* Define for large files, on AIX-style hosts. */ 466/* #undef _LARGE_FILES */ 467 468/* Define to empty if `const' does not conform to ANSI C. */ 469/* #undef const */ 470 471/* Define to `long int' if <sys/types.h> does not define. */ 472/* #undef off_t */ 473 474/* Define to `unsigned int' if <sys/types.h> does not define. */ 475/* #undef size_t */ |