defines.h (a63915c2d7ff177ce364488f86eff99949402051) | defines.h (2235c7feac959bcc9ddfd6a2bc6be32102b1f84c) |
---|---|
1/* $FreeBSD$ */ | |
2/* defines.h. Generated from defines.h.in by configure. */ 3/* defines.h.in. Generated from configure.ac by autoheader. */ 4 5 6/* Unix definition file for less. -*- C -*- 7 * 8 * This file has 3 sections: 9 * User preferences. --- 244 unchanged lines hidden (view full) --- 254#define HAVE_LIMITS_H 1 255 256/* Define HAVE_LOCALE if you have locale.h and setlocale. */ 257#define HAVE_LOCALE 1 258 259/* Define to 1 if you have the <memory.h> header file. */ 260#define HAVE_MEMORY_H 1 261 | 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. --- 244 unchanged lines hidden (view full) --- 253#define HAVE_LIMITS_H 1 254 255/* Define HAVE_LOCALE if you have locale.h and setlocale. */ 256#define HAVE_LOCALE 1 257 258/* Define to 1 if you have the <memory.h> header file. */ 259#define HAVE_MEMORY_H 1 260 |
261/* Define to 1 if you have the `nanosleep' function. */ 262#define HAVE_NANOSLEEP 1 263 |
|
262/* Define HAVE_OSPEED if your termcap library has the ospeed variable. */ 263#define HAVE_OSPEED 1 264 265/* PCRE (Perl-compatible regular expression) library */ 266/* #undef HAVE_PCRE */ 267 268/* PCRE2 (Perl-compatible regular expression) library */ 269/* #undef HAVE_PCRE2 */ 270 | 264/* Define HAVE_OSPEED if your termcap library has the ospeed variable. */ 265#define HAVE_OSPEED 1 266 267/* PCRE (Perl-compatible regular expression) library */ 268/* #undef HAVE_PCRE */ 269 270/* PCRE2 (Perl-compatible regular expression) library */ 271/* #undef HAVE_PCRE2 */ 272 |
273/* Define to 1 if you have the `poll' function. */ 274#define HAVE_POLL 1 275 |
|
271/* Define to 1 if you have the `popen' function. */ 272#define HAVE_POPEN 1 273 274/* POSIX regcomp() and regex.h */ 275#define HAVE_POSIX_REGCOMP 1 276 277/* Define to 1 if you have the `realpath' function. */ 278#define HAVE_REALPATH 1 --- 77 unchanged lines hidden (view full) --- 356/* #undef HAVE_TERMIO_H */ 357 358/* Define to 1 if you have the <time.h> header file. */ 359#define HAVE_TIME_H 1 360 361/* Define HAVE_TIME_T if your system supports the "time_t" type. */ 362#define HAVE_TIME_T 1 363 | 276/* Define to 1 if you have the `popen' function. */ 277#define HAVE_POPEN 1 278 279/* POSIX regcomp() and regex.h */ 280#define HAVE_POSIX_REGCOMP 1 281 282/* Define to 1 if you have the `realpath' function. */ 283#define HAVE_REALPATH 1 --- 77 unchanged lines hidden (view full) --- 361/* #undef HAVE_TERMIO_H */ 362 363/* Define to 1 if you have the <time.h> header file. */ 364#define HAVE_TIME_H 1 365 366/* Define HAVE_TIME_T if your system supports the "time_t" type. */ 367#define HAVE_TIME_T 1 368 |
369/* Define to 1 if you have the `ttyname' function. */ 370#define HAVE_TTYNAME 1 371 |
|
364/* Define to 1 if you have the <unistd.h> header file. */ 365#define HAVE_UNISTD_H 1 366 367/* Define HAVE_UPPER_LOWER if you have isupper, islower, toupper, tolower. */ 368#define HAVE_UPPER_LOWER 1 369 | 372/* Define to 1 if you have the <unistd.h> header file. */ 373#define HAVE_UNISTD_H 1 374 375/* Define HAVE_UPPER_LOWER if you have isupper, islower, toupper, tolower. */ 376#define HAVE_UPPER_LOWER 1 377 |
378/* Define to 1 if you have the `usleep' function. */ 379#define HAVE_USLEEP 1 380 |
|
370/* Henry Spencer V8 regcomp() and regexp.h */ 371/* #undef HAVE_V8_REGCOMP */ 372 373/* Define to 1 if you have the <values.h> header file. */ 374/* #undef HAVE_VALUES_H */ 375 376/* Define HAVE_VOID if your compiler supports the "void" type. */ 377#define HAVE_VOID 1 --- 73 unchanged lines hidden --- | 381/* Henry Spencer V8 regcomp() and regexp.h */ 382/* #undef HAVE_V8_REGCOMP */ 383 384/* Define to 1 if you have the <values.h> header file. */ 385/* #undef HAVE_VALUES_H */ 386 387/* Define HAVE_VOID if your compiler supports the "void" type. */ 388#define HAVE_VOID 1 --- 73 unchanged lines hidden --- |