Mercurial > dropbear
comparison config.h.in @ 1837:df7bfd2f7d45
Add "make test" target to run pytest
This will create a virtualenv if required.
There is a bit of churn here reverting to autoconf 2.59 in generated
config.h.in and configure
author | Matt Johnston <matt@codeconstruct.com.au> |
---|---|
date | Mon, 18 Oct 2021 14:24:32 +0800 |
parents | f78e67527731 |
children | 2b3a8026a6ce |
comparison
equal
deleted
inserted
replaced
1836:06c7ddbb9dd6 | 1837:df7bfd2f7d45 |
---|---|
175 #undef HAVE_MACH_ABSOLUTE_TIME | 175 #undef HAVE_MACH_ABSOLUTE_TIME |
176 | 176 |
177 /* Define to 1 if you have the <mach/mach_time.h> header file. */ | 177 /* Define to 1 if you have the <mach/mach_time.h> header file. */ |
178 #undef HAVE_MACH_MACH_TIME_H | 178 #undef HAVE_MACH_MACH_TIME_H |
179 | 179 |
180 /* Define to 1 if you have the <memory.h> header file. */ | |
181 #undef HAVE_MEMORY_H | |
182 | |
180 /* Define to 1 if you have the `memset_s' function. */ | 183 /* Define to 1 if you have the `memset_s' function. */ |
181 #undef HAVE_MEMSET_S | 184 #undef HAVE_MEMSET_S |
182 | 185 |
183 /* Define to 1 if you have the <netdb.h> header file. */ | 186 /* Define to 1 if you have the <netdb.h> header file. */ |
184 #undef HAVE_NETDB_H | 187 #undef HAVE_NETDB_H |
229 #undef HAVE_SHADOW_H | 232 #undef HAVE_SHADOW_H |
230 | 233 |
231 /* Define to 1 if you have the <stdint.h> header file. */ | 234 /* Define to 1 if you have the <stdint.h> header file. */ |
232 #undef HAVE_STDINT_H | 235 #undef HAVE_STDINT_H |
233 | 236 |
234 /* Define to 1 if you have the <stdio.h> header file. */ | |
235 #undef HAVE_STDIO_H | |
236 | |
237 /* Define to 1 if you have the <stdlib.h> header file. */ | 237 /* Define to 1 if you have the <stdlib.h> header file. */ |
238 #undef HAVE_STDLIB_H | 238 #undef HAVE_STDLIB_H |
239 | 239 |
240 /* Define to 1 if you have the <strings.h> header file. */ | 240 /* Define to 1 if you have the <strings.h> header file. */ |
241 #undef HAVE_STRINGS_H | 241 #undef HAVE_STRINGS_H |
409 #undef SELECT_TYPE_ARG234 | 409 #undef SELECT_TYPE_ARG234 |
410 | 410 |
411 /* Define to the type of arg 5 for `select'. */ | 411 /* Define to the type of arg 5 for `select'. */ |
412 #undef SELECT_TYPE_ARG5 | 412 #undef SELECT_TYPE_ARG5 |
413 | 413 |
414 /* Define to 1 if all of the C90 standard headers exist (not just the ones | 414 /* Define to 1 if you have the ANSI C header files. */ |
415 required in a freestanding environment). This macro is provided for | |
416 backward compatibility; new code need not use it. */ | |
417 #undef STDC_HEADERS | 415 #undef STDC_HEADERS |
418 | 416 |
419 /* Use /dev/ptmx */ | 417 /* Use /dev/ptmx */ |
420 #undef USE_DEV_PTMX | 418 #undef USE_DEV_PTMX |
421 | 419 |
420 /* Enable large inode numbers on Mac OS X 10.5. */ | |
421 #ifndef _DARWIN_USE_64_BIT_INODE | |
422 # define _DARWIN_USE_64_BIT_INODE 1 | |
423 #endif | |
424 | |
422 /* Number of bits in a file offset, on hosts where this is settable. */ | 425 /* Number of bits in a file offset, on hosts where this is settable. */ |
423 #undef _FILE_OFFSET_BITS | 426 #undef _FILE_OFFSET_BITS |
424 | 427 |
425 /* Use GNU extensions if glibc */ | 428 /* Use GNU extensions if glibc */ |
426 #undef _GNU_SOURCE | 429 #undef _GNU_SOURCE |
435 #undef gid_t | 438 #undef gid_t |
436 | 439 |
437 /* Define to `int' if <sys/types.h> does not define. */ | 440 /* Define to `int' if <sys/types.h> does not define. */ |
438 #undef mode_t | 441 #undef mode_t |
439 | 442 |
440 /* Define as a signed integer type capable of holding a process identifier. */ | 443 /* Define to `int' if <sys/types.h> does not define. */ |
441 #undef pid_t | 444 #undef pid_t |
442 | 445 |
443 /* Define to `unsigned int' if <sys/types.h> does not define. */ | 446 /* Define to `unsigned int' if <sys/types.h> does not define. */ |
444 #undef size_t | 447 #undef size_t |
445 | 448 |