File: /Users/paulross/dev/Python-3.6.2/pyconfig.h

Green shading in the line number column means the source is part of the translation unit, red means it is conditionally excluded. Highlighted line numbers link to the translation unit page. Highlighted macros link to the macro page.

       1: /* pyconfig.h.  Generated from pyconfig.h.in by configure.  */
       2: /* pyconfig.h.in.  Generated from configure.ac by autoheader.  */
       3: 
       4: 
       5: #ifndef Py_PYCONFIG_H
       6: #define Py_PYCONFIG_H
       7: 
       8: 
       9: /* Define if building universal (internal helper macro) */
      10: /* #undef AC_APPLE_UNIVERSAL_BUILD */
      11: 
      12: /* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want
      13:    support for AIX C++ shared extension modules. */
      14: /* #undef AIX_GENUINE_CPLUSPLUS */
      15: 
      16: /* The Android API level. */
      17: /* #undef ANDROID_API_LEVEL */
      18: 
      19: /* Define if C doubles are 64-bit IEEE 754 binary format, stored in ARM
      20:    mixed-endian order (byte order 45670123) */
      21: /* #undef DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754 */
      22: 
      23: /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the most
      24:    significant byte first */
      25: /* #undef DOUBLE_IS_BIG_ENDIAN_IEEE754 */
      26: 
      27: /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the
      28:    least significant byte first */
      29: #define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1
      30: 
      31: /* Define if --enable-ipv6 is specified */
      32: #define ENABLE_IPV6 1
      33: 
      34: /* Define if flock needs to be linked with bsd library. */
      35: /* #undef FLOCK_NEEDS_LIBBSD */
      36: 
      37: /* Define if getpgrp() must be called as getpgrp(0). */
      38: /* #undef GETPGRP_HAVE_ARG */
      39: 
      40: /* Define if gettimeofday() does not have second (timezone) argument This is
      41:    the case on Motorola V4 (R40V4.2) */
      42: /* #undef GETTIMEOFDAY_NO_TZ */
      43: 
      44: /* Define to 1 if you have the `accept4' function. */
      45: /* #undef HAVE_ACCEPT4 */
      46: 
      47: /* Define to 1 if you have the `acosh' function. */
      48: #define HAVE_ACOSH 1
      49: 
      50: /* struct addrinfo (netdb.h) */
      51: #define HAVE_ADDRINFO 1
      52: 
      53: /* Define to 1 if you have the `alarm' function. */
      54: #define HAVE_ALARM 1
      55: 
      56: /* Define if aligned memory access is required */
      57: /* #undef HAVE_ALIGNED_REQUIRED */
      58: 
      59: /* Define to 1 if you have the <alloca.h> header file. */
      60: #define HAVE_ALLOCA_H 1
      61: 
      62: /* Define this if your time.h defines altzone. */
      63: /* #undef HAVE_ALTZONE */
      64: 
      65: /* Define to 1 if you have the `asinh' function. */
      66: #define HAVE_ASINH 1
      67: 
      68: /* Define to 1 if you have the <asm/types.h> header file. */
      69: /* #undef HAVE_ASM_TYPES_H */
      70: 
      71: /* Define to 1 if you have the `atanh' function. */
      72: #define HAVE_ATANH 1
      73: 
      74: /* Define to 1 if you have the `bind_textdomain_codeset' function. */
      75: /* #undef HAVE_BIND_TEXTDOMAIN_CODESET */
      76: 
      77: /* Define to 1 if you have the <bluetooth/bluetooth.h> header file. */
      78: /* #undef HAVE_BLUETOOTH_BLUETOOTH_H */
      79: 
      80: /* Define to 1 if you have the <bluetooth.h> header file. */
      81: /* #undef HAVE_BLUETOOTH_H */
      82: 
      83: /* Define if mbstowcs(NULL, "text", 0) does not return the number of wide
      84:    chars that would be converted. */
      85: /* #undef HAVE_BROKEN_MBSTOWCS */
      86: 
      87: /* Define if nice() returns success/failure instead of the new priority. */
      88: /* #undef HAVE_BROKEN_NICE */
      89: 
      90: /* Define if the system reports an invalid PIPE_BUF value. */
      91: /* #undef HAVE_BROKEN_PIPE_BUF */
      92: 
      93: /* Define if poll() sets errno on invalid file descriptors. */
      94: /* #undef HAVE_BROKEN_POLL */
      95: 
      96: /* Define if the Posix semaphores do not work on your system */
      97: /* #undef HAVE_BROKEN_POSIX_SEMAPHORES */
      98: 
      99: /* Define if pthread_sigmask() does not work on your system. */
     100: /* #undef HAVE_BROKEN_PTHREAD_SIGMASK */
     101: 
     102: /* define to 1 if your sem_getvalue is broken. */
     103: #define HAVE_BROKEN_SEM_GETVALUE 1
     104: 
     105: /* Define if `unsetenv` does not return an int. */
     106: /* #undef HAVE_BROKEN_UNSETENV */
     107: 
     108: /* Has builtin atomics */
     109: #define HAVE_BUILTIN_ATOMIC 1
     110: 
     111: /* Define to 1 if you have the 'chflags' function. */
     112: #define HAVE_CHFLAGS 1
     113: 
     114: /* Define to 1 if you have the `chown' function. */
     115: #define HAVE_CHOWN 1
     116: 
     117: /* Define if you have the 'chroot' function. */
     118: #define HAVE_CHROOT 1
     119: 
     120: /* Define to 1 if you have the `clock' function. */
     121: #define HAVE_CLOCK 1
     122: 
     123: /* Define to 1 if you have the `clock_getres' function. */
     124: /* #undef HAVE_CLOCK_GETRES */
     125: 
     126: /* Define to 1 if you have the `clock_gettime' function. */
     127: /* #undef HAVE_CLOCK_GETTIME */
     128: 
     129: /* Define to 1 if you have the `clock_settime' function. */
     130: /* #undef HAVE_CLOCK_SETTIME */
     131: 
     132: /* Define if the C compiler supports computed gotos. */
     133: #define HAVE_COMPUTED_GOTOS 1
     134: 
     135: /* Define to 1 if you have the `confstr' function. */
     136: #define HAVE_CONFSTR 1
     137: 
     138: /* Define to 1 if you have the <conio.h> header file. */
     139: /* #undef HAVE_CONIO_H */
     140: 
     141: /* Define to 1 if you have the `copysign' function. */
     142: #define HAVE_COPYSIGN 1
     143: 
     144: /* Define to 1 if you have the `ctermid' function. */
     145: #define HAVE_CTERMID 1
     146: 
     147: /* Define if you have the 'ctermid_r' function. */
     148: #define HAVE_CTERMID_R 1
     149: 
     150: /* Define to 1 if you have the <curses.h> header file. */
     151: #define HAVE_CURSES_H 1
     152: 
     153: /* Define if you have the 'is_term_resized' function. */
     154: #define HAVE_CURSES_IS_TERM_RESIZED 1
     155: 
     156: /* Define if you have the 'resizeterm' function. */
     157: #define HAVE_CURSES_RESIZETERM 1
     158: 
     159: /* Define if you have the 'resize_term' function. */
     160: #define HAVE_CURSES_RESIZE_TERM 1
     161: 
     162: /* Define to 1 if you have the declaration of `isfinite', and to 0 if you
     163:    don't. */
     164: #define HAVE_DECL_ISFINITE 1
     165: 
     166: /* Define to 1 if you have the declaration of `isinf', and to 0 if you don't.
     167:    */
     168: #define HAVE_DECL_ISINF 1
     169: 
     170: /* Define to 1 if you have the declaration of `isnan', and to 0 if you don't.
     171:    */
     172: #define HAVE_DECL_ISNAN 1
     173: 
     174: /* Define to 1 if you have the declaration of `RTLD_DEEPBIND', and to 0 if you
     175:    don't. */
     176: #define HAVE_DECL_RTLD_DEEPBIND 0
     177: 
     178: /* Define to 1 if you have the declaration of `RTLD_GLOBAL', and to 0 if you
     179:    don't. */
     180: #define HAVE_DECL_RTLD_GLOBAL 1
     181: 
     182: /* Define to 1 if you have the declaration of `RTLD_LAZY', and to 0 if you
     183:    don't. */
     184: #define HAVE_DECL_RTLD_LAZY 1
     185: 
     186: /* Define to 1 if you have the declaration of `RTLD_LOCAL', and to 0 if you
     187:    don't. */
     188: #define HAVE_DECL_RTLD_LOCAL 1
     189: 
     190: /* Define to 1 if you have the declaration of `RTLD_NODELETE', and to 0 if you
     191:    don't. */
     192: #define HAVE_DECL_RTLD_NODELETE 1
     193: 
     194: /* Define to 1 if you have the declaration of `RTLD_NOLOAD', and to 0 if you
     195:    don't. */
     196: #define HAVE_DECL_RTLD_NOLOAD 1
     197: 
     198: /* Define to 1 if you have the declaration of `RTLD_NOW', and to 0 if you
     199:    don't. */
     200: #define HAVE_DECL_RTLD_NOW 1
     201: 
     202: /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
     203:    */
     204: /* #undef HAVE_DECL_TZNAME */
     205: 
     206: /* Define to 1 if you have the device macros. */
     207: #define HAVE_DEVICE_MACROS 1
     208: 
     209: /* Define to 1 if you have the /dev/ptc device file. */
     210: /* #undef HAVE_DEV_PTC */
     211: 
     212: /* Define to 1 if you have the /dev/ptmx device file. */
     213: #define HAVE_DEV_PTMX 1
     214: 
     215: /* Define to 1 if you have the <direct.h> header file. */
     216: /* #undef HAVE_DIRECT_H */
     217: 
     218: /* Define to 1 if the dirent structure has a d_type field */
     219: #define HAVE_DIRENT_D_TYPE 1
     220: 
     221: /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
     222:    */
     223: #define HAVE_DIRENT_H 1
     224: 
     225: /* Define if you have the 'dirfd' function or macro. */
     226: #define HAVE_DIRFD 1
     227: 
     228: /* Define to 1 if you have the <dlfcn.h> header file. */
     229: #define HAVE_DLFCN_H 1
     230: 
     231: /* Define to 1 if you have the `dlopen' function. */
     232: #define HAVE_DLOPEN 1
     233: 
     234: /* Define to 1 if you have the `dup2' function. */
     235: #define HAVE_DUP2 1
     236: 
     237: /* Define to 1 if you have the `dup3' function. */
     238: /* #undef HAVE_DUP3 */
     239: 
     240: /* Defined when any dynamic module loading is enabled. */
     241: #define HAVE_DYNAMIC_LOADING 1
     242: 
     243: /* Define to 1 if you have the <endian.h> header file. */
     244: /* #undef HAVE_ENDIAN_H */
     245: 
     246: /* Define if you have the 'epoll' functions. */
     247: /* #undef HAVE_EPOLL */
     248: 
     249: /* Define if you have the 'epoll_create1' function. */
     250: /* #undef HAVE_EPOLL_CREATE1 */
     251: 
     252: /* Define to 1 if you have the `erf' function. */
     253: #define HAVE_ERF 1
     254: 
     255: /* Define to 1 if you have the `erfc' function. */
     256: #define HAVE_ERFC 1
     257: 
     258: /* Define to 1 if you have the <errno.h> header file. */
     259: #define HAVE_ERRNO_H 1
     260: 
     261: /* Define to 1 if you have the `execv' function. */
     262: #define HAVE_EXECV 1
     263: 
     264: /* Define to 1 if you have the `expm1' function. */
     265: #define HAVE_EXPM1 1
     266: 
     267: /* Define to 1 if you have the `faccessat' function. */
     268: #define HAVE_FACCESSAT 1
     269: 
     270: /* Define if you have the 'fchdir' function. */
     271: #define HAVE_FCHDIR 1
     272: 
     273: /* Define to 1 if you have the `fchmod' function. */
     274: #define HAVE_FCHMOD 1
     275: 
     276: /* Define to 1 if you have the `fchmodat' function. */
     277: #define HAVE_FCHMODAT 1
     278: 
     279: /* Define to 1 if you have the `fchown' function. */
     280: #define HAVE_FCHOWN 1
     281: 
     282: /* Define to 1 if you have the `fchownat' function. */
     283: #define HAVE_FCHOWNAT 1
     284: 
     285: /* Define to 1 if you have the <fcntl.h> header file. */
     286: #define HAVE_FCNTL_H 1
     287: 
     288: /* Define if you have the 'fdatasync' function. */
     289: /* #undef HAVE_FDATASYNC */
     290: 
     291: /* Define to 1 if you have the `fdopendir' function. */
     292: #define HAVE_FDOPENDIR 1
     293: 
     294: /* Define to 1 if you have the `fexecve' function. */
     295: /* #undef HAVE_FEXECVE */
     296: 
     297: /* Define to 1 if you have the `finite' function. */
     298: #define HAVE_FINITE 1
     299: 
     300: /* Define to 1 if you have the `flock' function. */
     301: #define HAVE_FLOCK 1
     302: 
     303: /* Define to 1 if you have the `fork' function. */
     304: #define HAVE_FORK 1
     305: 
     306: /* Define to 1 if you have the `forkpty' function. */
     307: #define HAVE_FORKPTY 1
     308: 
     309: /* Define to 1 if you have the `fpathconf' function. */
     310: #define HAVE_FPATHCONF 1
     311: 
     312: /* Define to 1 if you have the `fseek64' function. */
     313: /* #undef HAVE_FSEEK64 */
     314: 
     315: /* Define to 1 if you have the `fseeko' function. */
     316: #define HAVE_FSEEKO 1
     317: 
     318: /* Define to 1 if you have the `fstatat' function. */
     319: #define HAVE_FSTATAT 1
     320: 
     321: /* Define to 1 if you have the `fstatvfs' function. */
     322: #define HAVE_FSTATVFS 1
     323: 
     324: /* Define if you have the 'fsync' function. */
     325: #define HAVE_FSYNC 1
     326: 
     327: /* Define to 1 if you have the `ftell64' function. */
     328: /* #undef HAVE_FTELL64 */
     329: 
     330: /* Define to 1 if you have the `ftello' function. */
     331: #define HAVE_FTELLO 1
     332: 
     333: /* Define to 1 if you have the `ftime' function. */
     334: #define HAVE_FTIME 1
     335: 
     336: /* Define to 1 if you have the `ftruncate' function. */
     337: #define HAVE_FTRUNCATE 1
     338: 
     339: /* Define to 1 if you have the `futimens' function. */
     340: /* #undef HAVE_FUTIMENS */
     341: 
     342: /* Define to 1 if you have the `futimes' function. */
     343: #define HAVE_FUTIMES 1
     344: 
     345: /* Define to 1 if you have the `futimesat' function. */
     346: /* #undef HAVE_FUTIMESAT */
     347: 
     348: /* Define to 1 if you have the `gai_strerror' function. */
     349: #define HAVE_GAI_STRERROR 1
     350: 
     351: /* Define to 1 if you have the `gamma' function. */
     352: #define HAVE_GAMMA 1
     353: 
     354: /* Define if we can use gcc inline assembler to get and set mc68881 fpcr */
     355: /* #undef HAVE_GCC_ASM_FOR_MC68881 */
     356: 
     357: /* Define if we can use x64 gcc inline assembler */
     358: #define HAVE_GCC_ASM_FOR_X64 1
     359: 
     360: /* Define if we can use gcc inline assembler to get and set x87 control word
     361:    */
     362: #define HAVE_GCC_ASM_FOR_X87 1
     363: 
     364: /* Define if your compiler provides __uint128_t */
     365: #define HAVE_GCC_UINT128_T 1
     366: 
     367: /* Define if you have the getaddrinfo function. */
     368: #define HAVE_GETADDRINFO 1
     369: 
     370: /* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */
     371: #define HAVE_GETC_UNLOCKED 1
     372: 
     373: /* Define to 1 if you have the `getentropy' function. */
     374: /* #undef HAVE_GETENTROPY */
     375: 
     376: /* Define to 1 if you have the `getgrouplist' function. */
     377: #define HAVE_GETGROUPLIST 1
     378: 
     379: /* Define to 1 if you have the `getgroups' function. */
     380: #define HAVE_GETGROUPS 1
     381: 
     382: /* Define to 1 if you have the `gethostbyname' function. */
     383: #define HAVE_GETHOSTBYNAME 1
     384: 
     385: /* Define this if you have some version of gethostbyname_r() */
     386: /* #undef HAVE_GETHOSTBYNAME_R */
     387: 
     388: /* Define this if you have the 3-arg version of gethostbyname_r(). */
     389: /* #undef HAVE_GETHOSTBYNAME_R_3_ARG */
     390: 
     391: /* Define this if you have the 5-arg version of gethostbyname_r(). */
     392: /* #undef HAVE_GETHOSTBYNAME_R_5_ARG */
     393: 
     394: /* Define this if you have the 6-arg version of gethostbyname_r(). */
     395: /* #undef HAVE_GETHOSTBYNAME_R_6_ARG */
     396: 
     397: /* Define to 1 if you have the `getitimer' function. */
     398: #define HAVE_GETITIMER 1
     399: 
     400: /* Define to 1 if you have the `getloadavg' function. */
     401: #define HAVE_GETLOADAVG 1
     402: 
     403: /* Define to 1 if you have the `getlogin' function. */
     404: #define HAVE_GETLOGIN 1
     405: 
     406: /* Define to 1 if you have the `getnameinfo' function. */
     407: #define HAVE_GETNAMEINFO 1
     408: 
     409: /* Define if you have the 'getpagesize' function. */
     410: #define HAVE_GETPAGESIZE 1
     411: 
     412: /* Define to 1 if you have the `getpeername' function. */
     413: #define HAVE_GETPEERNAME 1
     414: 
     415: /* Define to 1 if you have the `getpgid' function. */
     416: #define HAVE_GETPGID 1
     417: 
     418: /* Define to 1 if you have the `getpgrp' function. */
     419: #define HAVE_GETPGRP 1
     420: 
     421: /* Define to 1 if you have the `getpid' function. */
     422: #define HAVE_GETPID 1
     423: 
     424: /* Define to 1 if you have the `getpriority' function. */
     425: #define HAVE_GETPRIORITY 1
     426: 
     427: /* Define to 1 if you have the `getpwent' function. */
     428: #define HAVE_GETPWENT 1
     429: 
     430: /* Define to 1 if the getrandom() function is available */
     431: /* #undef HAVE_GETRANDOM */
     432: 
     433: /* Define to 1 if the Linux getrandom() syscall is available */
     434: /* #undef HAVE_GETRANDOM_SYSCALL */
     435: 
     436: /* Define to 1 if you have the `getresgid' function. */
     437: /* #undef HAVE_GETRESGID */
     438: 
     439: /* Define to 1 if you have the `getresuid' function. */
     440: /* #undef HAVE_GETRESUID */
     441: 
     442: /* Define to 1 if you have the `getsid' function. */
     443: #define HAVE_GETSID 1
     444: 
     445: /* Define to 1 if you have the `getspent' function. */
     446: /* #undef HAVE_GETSPENT */
     447: 
     448: /* Define to 1 if you have the `getspnam' function. */
     449: /* #undef HAVE_GETSPNAM */
     450: 
     451: /* Define to 1 if you have the `gettimeofday' function. */
     452: #define HAVE_GETTIMEOFDAY 1
     453: 
     454: /* Define to 1 if you have the `getwd' function. */
     455: #define HAVE_GETWD 1
     456: 
     457: /* Define if glibc has incorrect _FORTIFY_SOURCE wrappers for memmove and
     458:    bcopy. */
     459: /* #undef HAVE_GLIBC_MEMMOVE_BUG */
     460: 
     461: /* Define to 1 if you have the <grp.h> header file. */
     462: #define HAVE_GRP_H 1
     463: 
     464: /* Define if you have the 'hstrerror' function. */
     465: #define HAVE_HSTRERROR 1
     466: 
     467: /* Define this if you have le64toh() */
     468: /* #undef HAVE_HTOLE64 */
     469: 
     470: /* Define to 1 if you have the `hypot' function. */
     471: #define HAVE_HYPOT 1
     472: 
     473: /* Define to 1 if you have the <ieeefp.h> header file. */
     474: /* #undef HAVE_IEEEFP_H */
     475: 
     476: /* Define to 1 if you have the 'if_nameindex' function. */
     477: #define HAVE_IF_NAMEINDEX 1
     478: 
     479: /* Define if you have the 'inet_aton' function. */
     480: #define HAVE_INET_ATON 1
     481: 
     482: /* Define if you have the 'inet_pton' function. */
     483: #define HAVE_INET_PTON 1
     484: 
     485: /* Define to 1 if you have the `initgroups' function. */
     486: #define HAVE_INITGROUPS 1
     487: 
     488: /* Define to 1 if you have the <inttypes.h> header file. */
     489: #define HAVE_INTTYPES_H 1
     490: 
     491: /* Define to 1 if you have the <io.h> header file. */
     492: /* #undef HAVE_IO_H */
     493: 
     494: /* Define if gcc has the ipa-pure-const bug. */
     495: /* #undef HAVE_IPA_PURE_CONST_BUG */
     496: 
     497: /* Define to 1 if you have the `kill' function. */
     498: #define HAVE_KILL 1
     499: 
     500: /* Define to 1 if you have the `killpg' function. */
     501: #define HAVE_KILLPG 1
     502: 
     503: /* Define if you have the 'kqueue' functions. */
     504: #define HAVE_KQUEUE 1
     505: 
     506: /* Define to 1 if you have the <langinfo.h> header file. */
     507: #define HAVE_LANGINFO_H 1
     508: 
     509: /* Defined to enable large file support when an off_t is bigger than a long
     510:    and long long is available and at least as big as an off_t. You may need to
     511:    add some flags for configuration and compilation to enable this mode. (For
     512:    Solaris and Linux, the necessary defines are already defined.) */
     513: /* #undef HAVE_LARGEFILE_SUPPORT */
     514: 
     515: /* Define to 1 if you have the 'lchflags' function. */
     516: #define HAVE_LCHFLAGS 1
     517: 
     518: /* Define to 1 if you have the `lchmod' function. */
     519: #define HAVE_LCHMOD 1
     520: 
     521: /* Define to 1 if you have the `lchown' function. */
     522: #define HAVE_LCHOWN 1
     523: 
     524: /* Define to 1 if you have the `lgamma' function. */
     525: #define HAVE_LGAMMA 1
     526: 
     527: /* Define to 1 if you have the `dl' library (-ldl). */
     528: #define HAVE_LIBDL 1
     529: 
     530: /* Define to 1 if you have the `dld' library (-ldld). */
     531: /* #undef HAVE_LIBDLD */
     532: 
     533: /* Define to 1 if you have the `ieee' library (-lieee). */
     534: /* #undef HAVE_LIBIEEE */
     535: 
     536: /* Define to 1 if you have the <libintl.h> header file. */
     537: /* #undef HAVE_LIBINTL_H */
     538: 
     539: /* Define if you have the readline library (-lreadline). */
     540: #define HAVE_LIBREADLINE 1
     541: 
     542: /* Define to 1 if you have the `resolv' library (-lresolv). */
     543: /* #undef HAVE_LIBRESOLV */
     544: 
     545: /* Define to 1 if you have the `sendfile' library (-lsendfile). */
     546: /* #undef HAVE_LIBSENDFILE */
     547: 
     548: /* Define to 1 if you have the <libutil.h> header file. */
     549: /* #undef HAVE_LIBUTIL_H */
     550: 
     551: /* Define if you have the 'link' function. */
     552: #define HAVE_LINK 1
     553: 
     554: /* Define to 1 if you have the `linkat' function. */
     555: #define HAVE_LINKAT 1
     556: 
     557: /* Define to 1 if you have the <linux/can/bcm.h> header file. */
     558: /* #undef HAVE_LINUX_CAN_BCM_H */
     559: 
     560: /* Define to 1 if you have the <linux/can.h> header file. */
     561: /* #undef HAVE_LINUX_CAN_H */
     562: 
     563: /* Define if compiling using Linux 3.6 or later. */
     564: /* #undef HAVE_LINUX_CAN_RAW_FD_FRAMES */
     565: 
     566: /* Define to 1 if you have the <linux/can/raw.h> header file. */
     567: /* #undef HAVE_LINUX_CAN_RAW_H */
     568: 
     569: /* Define to 1 if you have the <linux/netlink.h> header file. */
     570: /* #undef HAVE_LINUX_NETLINK_H */
     571: 
     572: /* Define to 1 if you have the <linux/random.h> header file. */
     573: /* #undef HAVE_LINUX_RANDOM_H */
     574: 
     575: /* Define to 1 if you have the <linux/tipc.h> header file. */
     576: /* #undef HAVE_LINUX_TIPC_H */
     577: 
     578: /* Define to 1 if you have the 'lockf' function and the F_LOCK macro. */
     579: #define HAVE_LOCKF 1
     580: 
     581: /* Define to 1 if you have the `log1p' function. */
     582: #define HAVE_LOG1P 1
     583: 
     584: /* Define to 1 if you have the `log2' function. */
     585: #define HAVE_LOG2 1
     586: 
     587: /* Define this if you have the type long double. */
     588: #define HAVE_LONG_DOUBLE 1
     589: 
     590: /* Define to 1 if you have the `lstat' function. */
     591: #define HAVE_LSTAT 1
     592: 
     593: /* Define to 1 if you have the `lutimes' function. */
     594: #define HAVE_LUTIMES 1
     595: 
     596: /* Define this if you have the makedev macro. */
     597: #define HAVE_MAKEDEV 1
     598: 
     599: /* Define to 1 if you have the `mbrtowc' function. */
     600: #define HAVE_MBRTOWC 1
     601: 
     602: /* Define to 1 if you have the `memmove' function. */
     603: #define HAVE_MEMMOVE 1
     604: 
     605: /* Define to 1 if you have the <memory.h> header file. */
     606: #define HAVE_MEMORY_H 1
     607: 
     608: /* Define to 1 if you have the `memrchr' function. */
     609: /* #undef HAVE_MEMRCHR */
     610: 
     611: /* Define to 1 if you have the `mkdirat' function. */
     612: #define HAVE_MKDIRAT 1
     613: 
     614: /* Define to 1 if you have the `mkfifo' function. */
     615: #define HAVE_MKFIFO 1
     616: 
     617: /* Define to 1 if you have the `mkfifoat' function. */
     618: /* #undef HAVE_MKFIFOAT */
     619: 
     620: /* Define to 1 if you have the `mknod' function. */
     621: #define HAVE_MKNOD 1
     622: 
     623: /* Define to 1 if you have the `mknodat' function. */
     624: /* #undef HAVE_MKNODAT */
     625: 
     626: /* Define to 1 if you have the `mktime' function. */
     627: #define HAVE_MKTIME 1
     628: 
     629: /* Define to 1 if you have the `mmap' function. */
     630: #define HAVE_MMAP 1
     631: 
     632: /* Define to 1 if you have the `mremap' function. */
     633: /* #undef HAVE_MREMAP */
     634: 
     635: /* Define to 1 if you have the <ncurses.h> header file. */
     636: #define HAVE_NCURSES_H 1
     637: 
     638: /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
     639: /* #undef HAVE_NDIR_H */
     640: 
     641: /* Define to 1 if you have the <netpacket/packet.h> header file. */
     642: /* #undef HAVE_NETPACKET_PACKET_H */
     643: 
     644: /* Define to 1 if you have the <net/if.h> header file. */
     645: #define HAVE_NET_IF_H 1
     646: 
     647: /* Define to 1 if you have the `nice' function. */
     648: #define HAVE_NICE 1
     649: 
     650: /* Define to 1 if you have the `openat' function. */
     651: #define HAVE_OPENAT 1
     652: 
     653: /* Define to 1 if you have the `openpty' function. */
     654: #define HAVE_OPENPTY 1
     655: 
     656: /* Define to 1 if you have the `pathconf' function. */
     657: #define HAVE_PATHCONF 1
     658: 
     659: /* Define to 1 if you have the `pause' function. */
     660: #define HAVE_PAUSE 1
     661: 
     662: /* Define to 1 if you have the `pipe2' function. */
     663: /* #undef HAVE_PIPE2 */
     664: 
     665: /* Define to 1 if you have the `plock' function. */
     666: /* #undef HAVE_PLOCK */
     667: 
     668: /* Define to 1 if you have the `poll' function. */
     669: #define HAVE_POLL 1
     670: 
     671: /* Define to 1 if you have the <poll.h> header file. */
     672: #define HAVE_POLL_H 1
     673: 
     674: /* Define to 1 if you have the `posix_fadvise' function. */
     675: /* #undef HAVE_POSIX_FADVISE */
     676: 
     677: /* Define to 1 if you have the `posix_fallocate' function. */
     678: /* #undef HAVE_POSIX_FALLOCATE */
     679: 
     680: /* Define to 1 if you have the `pread' function. */
     681: #define HAVE_PREAD 1
     682: 
     683: /* Define if you have the 'prlimit' functions. */
     684: /* #undef HAVE_PRLIMIT */
     685: 
     686: /* Define to 1 if you have the <process.h> header file. */
     687: /* #undef HAVE_PROCESS_H */
     688: 
     689: /* Define if your compiler supports function prototype */
     690: #define HAVE_PROTOTYPES 1
     691: 
     692: /* Define to 1 if you have the `pthread_atfork' function. */
     693: #define HAVE_PTHREAD_ATFORK 1
     694: 
     695: /* Defined for Solaris 2.6 bug in pthread header. */
     696: /* #undef HAVE_PTHREAD_DESTRUCTOR */
     697: 
     698: /* Define to 1 if you have the <pthread.h> header file. */
     699: #define HAVE_PTHREAD_H 1
     700: 
     701: /* Define to 1 if you have the `pthread_init' function. */
     702: /* #undef HAVE_PTHREAD_INIT */
     703: 
     704: /* Define to 1 if you have the `pthread_kill' function. */
     705: #define HAVE_PTHREAD_KILL 1
     706: 
     707: /* Define to 1 if you have the `pthread_sigmask' function. */
     708: #define HAVE_PTHREAD_SIGMASK 1
     709: 
     710: /* Define to 1 if you have the <pty.h> header file. */
     711: /* #undef HAVE_PTY_H */
     712: 
     713: /* Define to 1 if you have the `putenv' function. */
     714: #define HAVE_PUTENV 1
     715: 
     716: /* Define to 1 if you have the `pwrite' function. */
     717: #define HAVE_PWRITE 1
     718: 
     719: /* Define to 1 if you have the `readlink' function. */
     720: #define HAVE_READLINK 1
     721: 
     722: /* Define to 1 if you have the `readlinkat' function. */
     723: #define HAVE_READLINKAT 1
     724: 
     725: /* Define to 1 if you have the `readv' function. */
     726: #define HAVE_READV 1
     727: 
     728: /* Define to 1 if you have the `realpath' function. */
     729: #define HAVE_REALPATH 1
     730: 
     731: /* Define to 1 if you have the `renameat' function. */
     732: #define HAVE_RENAMEAT 1
     733: 
     734: /* Define if readline supports append_history */
     735: /* #undef HAVE_RL_APPEND_HISTORY */
     736: 
     737: /* Define if you have readline 2.1 */
     738: #define HAVE_RL_CALLBACK 1
     739: 
     740: /* Define if you can turn off readline's signal handling. */
     741: /* #undef HAVE_RL_CATCH_SIGNAL */
     742: 
     743: /* Define if you have readline 2.2 */
     744: #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
     745: 
     746: /* Define if you have readline 4.0 */
     747: #define HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK 1
     748: 
     749: /* Define if you have readline 4.2 */
     750: #define HAVE_RL_COMPLETION_MATCHES 1
     751: 
     752: /* Define if you have rl_completion_suppress_append */
     753: /* #undef HAVE_RL_COMPLETION_SUPPRESS_APPEND */
     754: 
     755: /* Define if you have readline 4.0 */
     756: #define HAVE_RL_PRE_INPUT_HOOK 1
     757: 
     758: /* Define if you have readline 4.0 */
     759: /* #undef HAVE_RL_RESIZE_TERMINAL */
     760: 
     761: /* Define to 1 if you have the `round' function. */
     762: #define HAVE_ROUND 1
     763: 
     764: /* Define to 1 if you have the `sched_get_priority_max' function. */
     765: #define HAVE_SCHED_GET_PRIORITY_MAX 1
     766: 
     767: /* Define to 1 if you have the <sched.h> header file. */
     768: #define HAVE_SCHED_H 1
     769: 
     770: /* Define to 1 if you have the `sched_rr_get_interval' function. */
     771: /* #undef HAVE_SCHED_RR_GET_INTERVAL */
     772: 
     773: /* Define to 1 if you have the `sched_setaffinity' function. */
     774: /* #undef HAVE_SCHED_SETAFFINITY */
     775: 
     776: /* Define to 1 if you have the `sched_setparam' function. */
     777: /* #undef HAVE_SCHED_SETPARAM */
     778: 
     779: /* Define to 1 if you have the `sched_setscheduler' function. */
     780: /* #undef HAVE_SCHED_SETSCHEDULER */
     781: 
     782: /* Define to 1 if you have the `select' function. */
     783: #define HAVE_SELECT 1
     784: 
     785: /* Define to 1 if you have the `sem_getvalue' function. */
     786: #define HAVE_SEM_GETVALUE 1
     787: 
     788: /* Define to 1 if you have the `sem_open' function. */
     789: #define HAVE_SEM_OPEN 1
     790: 
     791: /* Define to 1 if you have the `sem_timedwait' function. */
     792: /* #undef HAVE_SEM_TIMEDWAIT */
     793: 
     794: /* Define to 1 if you have the `sem_unlink' function. */
     795: #define HAVE_SEM_UNLINK 1
     796: 
     797: /* Define to 1 if you have the `sendfile' function. */
     798: #define HAVE_SENDFILE 1
     799: 
     800: /* Define to 1 if you have the `setegid' function. */
     801: #define HAVE_SETEGID 1
     802: 
     803: /* Define to 1 if you have the `seteuid' function. */
     804: #define HAVE_SETEUID 1
     805: 
     806: /* Define to 1 if you have the `setgid' function. */
     807: #define HAVE_SETGID 1
     808: 
     809: /* Define if you have the 'setgroups' function. */
     810: #define HAVE_SETGROUPS 1
     811: 
     812: /* Define to 1 if you have the `sethostname' function. */
     813: #define HAVE_SETHOSTNAME 1
     814: 
     815: /* Define to 1 if you have the `setitimer' function. */
     816: #define HAVE_SETITIMER 1
     817: 
     818: /* Define to 1 if you have the `setlocale' function. */
     819: #define HAVE_SETLOCALE 1
     820: 
     821: /* Define to 1 if you have the `setpgid' function. */
     822: #define HAVE_SETPGID 1
     823: 
     824: /* Define to 1 if you have the `setpgrp' function. */
     825: #define HAVE_SETPGRP 1
     826: 
     827: /* Define to 1 if you have the `setpriority' function. */
     828: #define HAVE_SETPRIORITY 1
     829: 
     830: /* Define to 1 if you have the `setregid' function. */
     831: #define HAVE_SETREGID 1
     832: 
     833: /* Define to 1 if you have the `setresgid' function. */
     834: /* #undef HAVE_SETRESGID */
     835: 
     836: /* Define to 1 if you have the `setresuid' function. */
     837: /* #undef HAVE_SETRESUID */
     838: 
     839: /* Define to 1 if you have the `setreuid' function. */
     840: #define HAVE_SETREUID 1
     841: 
     842: /* Define to 1 if you have the `setsid' function. */
     843: #define HAVE_SETSID 1
     844: 
     845: /* Define to 1 if you have the `setuid' function. */
     846: #define HAVE_SETUID 1
     847: 
     848: /* Define to 1 if you have the `setvbuf' function. */
     849: #define HAVE_SETVBUF 1
     850: 
     851: /* Define to 1 if you have the <shadow.h> header file. */
     852: /* #undef HAVE_SHADOW_H */
     853: 
     854: /* Define to 1 if you have the `sigaction' function. */
     855: #define HAVE_SIGACTION 1
     856: 
     857: /* Define to 1 if you have the `sigaltstack' function. */
     858: #define HAVE_SIGALTSTACK 1
     859: 
     860: /* Define to 1 if you have the `siginterrupt' function. */
     861: #define HAVE_SIGINTERRUPT 1
     862: 
     863: /* Define to 1 if you have the <signal.h> header file. */
     864: #define HAVE_SIGNAL_H 1
     865: 
     866: /* Define to 1 if you have the `sigpending' function. */
     867: #define HAVE_SIGPENDING 1
     868: 
     869: /* Define to 1 if you have the `sigrelse' function. */
     870: #define HAVE_SIGRELSE 1
     871: 
     872: /* Define to 1 if you have the `sigtimedwait' function. */
     873: /* #undef HAVE_SIGTIMEDWAIT */
     874: 
     875: /* Define to 1 if you have the `sigwait' function. */
     876: #define HAVE_SIGWAIT 1
     877: 
     878: /* Define to 1 if you have the `sigwaitinfo' function. */
     879: /* #undef HAVE_SIGWAITINFO */
     880: 
     881: /* Define to 1 if you have the `snprintf' function. */
     882: #define HAVE_SNPRINTF 1
     883: 
     884: /* struct sockaddr_alg (linux/if_alg.h) */
     885: /* #undef HAVE_SOCKADDR_ALG */
     886: 
     887: /* Define if sockaddr has sa_len member */
     888: #define HAVE_SOCKADDR_SA_LEN 1
     889: 
     890: /* struct sockaddr_storage (sys/socket.h) */
     891: #define HAVE_SOCKADDR_STORAGE 1
     892: 
     893: /* Define if you have the 'socketpair' function. */
     894: #define HAVE_SOCKETPAIR 1
     895: 
     896: /* Define to 1 if you have the <spawn.h> header file. */
     897: #define HAVE_SPAWN_H 1
     898: 
     899: /* Define if your compiler provides ssize_t */
     900: #define HAVE_SSIZE_T 1
     901: 
     902: /* Define to 1 if you have the `statvfs' function. */
     903: #define HAVE_STATVFS 1
     904: 
     905: /* Define if you have struct stat.st_mtim.tv_nsec */
     906: /* #undef HAVE_STAT_TV_NSEC */
     907: 
     908: /* Define if you have struct stat.st_mtimensec */
     909: #define HAVE_STAT_TV_NSEC2 1
     910: 
     911: /* Define if your compiler supports variable length function prototypes (e.g.
     912:    void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */
     913: #define HAVE_STDARG_PROTOTYPES 1
     914: 
     915: /* Define to 1 if you have the <stdint.h> header file. */
     916: #define HAVE_STDINT_H 1
     917: 
     918: /* Define to 1 if you have the <stdlib.h> header file. */
     919: #define HAVE_STDLIB_H 1
     920: 
     921: /* Has stdatomic.h, atomic_int and _Atomic void* types work */
     922: /* #undef HAVE_STD_ATOMIC */
     923: 
     924: /* Define to 1 if you have the `strdup' function. */
     925: #define HAVE_STRDUP 1
     926: 
     927: /* Define to 1 if you have the `strftime' function. */
     928: #define HAVE_STRFTIME 1
     929: 
     930: /* Define to 1 if you have the <strings.h> header file. */
     931: #define HAVE_STRINGS_H 1
     932: 
     933: /* Define to 1 if you have the <string.h> header file. */
     934: #define HAVE_STRING_H 1
     935: 
     936: /* Define to 1 if you have the `strlcpy' function. */
     937: #define HAVE_STRLCPY 1
     938: 
     939: /* Define to 1 if you have the <stropts.h> header file. */
     940: /* #undef HAVE_STROPTS_H */
     941: 
     942: /* Define to 1 if `pw_gecos' is a member of `struct passwd'. */
     943: #define HAVE_STRUCT_PASSWD_PW_GECOS 1
     944: 
     945: /* Define to 1 if `pw_passwd' is a member of `struct passwd'. */
     946: #define HAVE_STRUCT_PASSWD_PW_PASSWD 1
     947: 
     948: /* Define to 1 if `st_birthtime' is a member of `struct stat'. */
     949: #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
     950: 
     951: /* Define to 1 if `st_blksize' is a member of `struct stat'. */
     952: #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
     953: 
     954: /* Define to 1 if `st_blocks' is a member of `struct stat'. */
     955: #define HAVE_STRUCT_STAT_ST_BLOCKS 1
     956: 
     957: /* Define to 1 if `st_flags' is a member of `struct stat'. */
     958: #define HAVE_STRUCT_STAT_ST_FLAGS 1
     959: 
     960: /* Define to 1 if `st_gen' is a member of `struct stat'. */
     961: #define HAVE_STRUCT_STAT_ST_GEN 1
     962: 
     963: /* Define to 1 if `st_rdev' is a member of `struct stat'. */
     964: #define HAVE_STRUCT_STAT_ST_RDEV 1
     965: 
     966: /* Define to 1 if `tm_zone' is a member of `struct tm'. */
     967: #define HAVE_STRUCT_TM_TM_ZONE 1
     968: 
     969: /* Define if you have the 'symlink' function. */
     970: #define HAVE_SYMLINK 1
     971: 
     972: /* Define to 1 if you have the `symlinkat' function. */
     973: #define HAVE_SYMLINKAT 1
     974: 
     975: /* Define to 1 if you have the `sync' function. */
     976: #define HAVE_SYNC 1
     977: 
     978: /* Define to 1 if you have the `sysconf' function. */
     979: #define HAVE_SYSCONF 1
     980: 
     981: /* Define to 1 if you have the <sysexits.h> header file. */
     982: #define HAVE_SYSEXITS_H 1
     983: 
     984: /* Define to 1 if you have the <sys/audioio.h> header file. */
     985: /* #undef HAVE_SYS_AUDIOIO_H */
     986: 
     987: /* Define to 1 if you have the <sys/bsdtty.h> header file. */
     988: /* #undef HAVE_SYS_BSDTTY_H */
     989: 
     990: /* Define to 1 if you have the <sys/devpoll.h> header file. */
     991: /* #undef HAVE_SYS_DEVPOLL_H */
     992: 
     993: /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
     994:    */
     995: /* #undef HAVE_SYS_DIR_H */
     996: 
     997: /* Define to 1 if you have the <sys/endian.h> header file. */
     998: /* #undef HAVE_SYS_ENDIAN_H */
     999: 
    1000: /* Define to 1 if you have the <sys/epoll.h> header file. */
    1001: /* #undef HAVE_SYS_EPOLL_H */
    1002: 
    1003: /* Define to 1 if you have the <sys/event.h> header file. */
    1004: #define HAVE_SYS_EVENT_H 1
    1005: 
    1006: /* Define to 1 if you have the <sys/file.h> header file. */
    1007: #define HAVE_SYS_FILE_H 1
    1008: 
    1009: /* Define to 1 if you have the <sys/ioctl.h> header file. */
    1010: #define HAVE_SYS_IOCTL_H 1
    1011: 
    1012: /* Define to 1 if you have the <sys/kern_control.h> header file. */
    1013: #define HAVE_SYS_KERN_CONTROL_H 1
    1014: 
    1015: /* Define to 1 if you have the <sys/loadavg.h> header file. */
    1016: /* #undef HAVE_SYS_LOADAVG_H */
    1017: 
    1018: /* Define to 1 if you have the <sys/lock.h> header file. */
    1019: #define HAVE_SYS_LOCK_H 1
    1020: 
    1021: /* Define to 1 if you have the <sys/mkdev.h> header file. */
    1022: /* #undef HAVE_SYS_MKDEV_H */
    1023: 
    1024: /* Define to 1 if you have the <sys/modem.h> header file. */
    1025: /* #undef HAVE_SYS_MODEM_H */
    1026: 
    1027: /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
    1028:    */
    1029: /* #undef HAVE_SYS_NDIR_H */
    1030: 
    1031: /* Define to 1 if you have the <sys/param.h> header file. */
    1032: #define HAVE_SYS_PARAM_H 1
    1033: 
    1034: /* Define to 1 if you have the <sys/poll.h> header file. */
    1035: #define HAVE_SYS_POLL_H 1
    1036: 
    1037: /* Define to 1 if you have the <sys/random.h> header file. */
    1038: #define HAVE_SYS_RANDOM_H 1
    1039: 
    1040: /* Define to 1 if you have the <sys/resource.h> header file. */
    1041: #define HAVE_SYS_RESOURCE_H 1
    1042: 
    1043: /* Define to 1 if you have the <sys/select.h> header file. */
    1044: #define HAVE_SYS_SELECT_H 1
    1045: 
    1046: /* Define to 1 if you have the <sys/sendfile.h> header file. */
    1047: /* #undef HAVE_SYS_SENDFILE_H */
    1048: 
    1049: /* Define to 1 if you have the <sys/socket.h> header file. */
    1050: #define HAVE_SYS_SOCKET_H 1
    1051: 
    1052: /* Define to 1 if you have the <sys/statvfs.h> header file. */
    1053: #define HAVE_SYS_STATVFS_H 1
    1054: 
    1055: /* Define to 1 if you have the <sys/stat.h> header file. */
    1056: #define HAVE_SYS_STAT_H 1
    1057: 
    1058: /* Define to 1 if you have the <sys/syscall.h> header file. */
    1059: #define HAVE_SYS_SYSCALL_H 1
    1060: 
    1061: /* Define to 1 if you have the <sys/sys_domain.h> header file. */
    1062: #define HAVE_SYS_SYS_DOMAIN_H 1
    1063: 
    1064: /* Define to 1 if you have the <sys/termio.h> header file. */
    1065: /* #undef HAVE_SYS_TERMIO_H */
    1066: 
    1067: /* Define to 1 if you have the <sys/times.h> header file. */
    1068: #define HAVE_SYS_TIMES_H 1
    1069: 
    1070: /* Define to 1 if you have the <sys/time.h> header file. */
    1071: #define HAVE_SYS_TIME_H 1
    1072: 
    1073: /* Define to 1 if you have the <sys/types.h> header file. */
    1074: #define HAVE_SYS_TYPES_H 1
    1075: 
    1076: /* Define to 1 if you have the <sys/uio.h> header file. */
    1077: #define HAVE_SYS_UIO_H 1
    1078: 
    1079: /* Define to 1 if you have the <sys/un.h> header file. */
    1080: #define HAVE_SYS_UN_H 1
    1081: 
    1082: /* Define to 1 if you have the <sys/utsname.h> header file. */
    1083: #define HAVE_SYS_UTSNAME_H 1
    1084: 
    1085: /* Define to 1 if you have the <sys/wait.h> header file. */
    1086: #define HAVE_SYS_WAIT_H 1
    1087: 
    1088: /* Define to 1 if you have the <sys/xattr.h> header file. */
    1089: #define HAVE_SYS_XATTR_H 1
    1090: 
    1091: /* Define to 1 if you have the `tcgetpgrp' function. */
    1092: #define HAVE_TCGETPGRP 1
    1093: 
    1094: /* Define to 1 if you have the `tcsetpgrp' function. */
    1095: #define HAVE_TCSETPGRP 1
    1096: 
    1097: /* Define to 1 if you have the `tempnam' function. */
    1098: #define HAVE_TEMPNAM 1
    1099: 
    1100: /* Define to 1 if you have the <termios.h> header file. */
    1101: #define HAVE_TERMIOS_H 1
    1102: 
    1103: /* Define to 1 if you have the <term.h> header file. */
    1104: #define HAVE_TERM_H 1
    1105: 
    1106: /* Define to 1 if you have the `tgamma' function. */
    1107: #define HAVE_TGAMMA 1
    1108: 
    1109: /* Define to 1 if you have the `timegm' function. */
    1110: #define HAVE_TIMEGM 1
    1111: 
    1112: /* Define to 1 if you have the `times' function. */
    1113: #define HAVE_TIMES 1
    1114: 
    1115: /* Define to 1 if you have the `tmpfile' function. */
    1116: #define HAVE_TMPFILE 1
    1117: 
    1118: /* Define to 1 if you have the `tmpnam' function. */
    1119: #define HAVE_TMPNAM 1
    1120: 
    1121: /* Define to 1 if you have the `tmpnam_r' function. */
    1122: /* #undef HAVE_TMPNAM_R */
    1123: 
    1124: /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
    1125:    `HAVE_STRUCT_TM_TM_ZONE' instead. */
    1126: #define HAVE_TM_ZONE 1
    1127: 
    1128: /* Define to 1 if you have the `truncate' function. */
    1129: #define HAVE_TRUNCATE 1
    1130: 
    1131: /* Define to 1 if you don't have `tm_zone' but do have the external array
    1132:    `tzname'. */
    1133: /* #undef HAVE_TZNAME */
    1134: 
    1135: /* Define this if you have tcl and TCL_UTF_MAX==6 */
    1136: /* #undef HAVE_UCS4_TCL */
    1137: 
    1138: /* Define to 1 if you have the `uname' function. */
    1139: #define HAVE_UNAME 1
    1140: 
    1141: /* Define to 1 if you have the <unistd.h> header file. */
    1142: #define HAVE_UNISTD_H 1
    1143: 
    1144: /* Define to 1 if you have the `unlinkat' function. */
    1145: #define HAVE_UNLINKAT 1
    1146: 
    1147: /* Define to 1 if you have the `unsetenv' function. */
    1148: #define HAVE_UNSETENV 1
    1149: 
    1150: /* Define if you have a useable wchar_t type defined in wchar.h; useable means
    1151:    wchar_t must be an unsigned type with at least 16 bits. (see
    1152:    Include/unicodeobject.h). */
    1153: /* #undef HAVE_USABLE_WCHAR_T */
    1154: 
    1155: /* Define to 1 if you have the <util.h> header file. */
    1156: #define HAVE_UTIL_H 1
    1157: 
    1158: /* Define to 1 if you have the `utimensat' function. */
    1159: /* #undef HAVE_UTIMENSAT */
    1160: 
    1161: /* Define to 1 if you have the `utimes' function. */
    1162: #define HAVE_UTIMES 1
    1163: 
    1164: /* Define to 1 if you have the <utime.h> header file. */
    1165: #define HAVE_UTIME_H 1
    1166: 
    1167: /* Define to 1 if you have the `wait3' function. */
    1168: #define HAVE_WAIT3 1
    1169: 
    1170: /* Define to 1 if you have the `wait4' function. */
    1171: #define HAVE_WAIT4 1
    1172: 
    1173: /* Define to 1 if you have the `waitid' function. */
    1174: #define HAVE_WAITID 1
    1175: 
    1176: /* Define to 1 if you have the `waitpid' function. */
    1177: #define HAVE_WAITPID 1
    1178: 
    1179: /* Define if the compiler provides a wchar.h header file. */
    1180: #define HAVE_WCHAR_H 1
    1181: 
    1182: /* Define to 1 if you have the `wcscoll' function. */
    1183: #define HAVE_WCSCOLL 1
    1184: 
    1185: /* Define to 1 if you have the `wcsftime' function. */
    1186: #define HAVE_WCSFTIME 1
    1187: 
    1188: /* Define to 1 if you have the `wcsxfrm' function. */
    1189: #define HAVE_WCSXFRM 1
    1190: 
    1191: /* Define to 1 if you have the `wmemcmp' function. */
    1192: #define HAVE_WMEMCMP 1
    1193: 
    1194: /* Define if tzset() actually switches the local timezone in a meaningful way.
    1195:    */
    1196: #define HAVE_WORKING_TZSET 1
    1197: 
    1198: /* Define to 1 if you have the `writev' function. */
    1199: #define HAVE_WRITEV 1
    1200: 
    1201: /* Define if the zlib library has inflateCopy */
    1202: #define HAVE_ZLIB_COPY 1
    1203: 
    1204: /* Define to 1 if you have the `_getpty' function. */
    1205: /* #undef HAVE__GETPTY */
    1206: 
    1207: /* Define if log1p(-0.) is 0. rather than -0. */
    1208: /* #undef LOG1P_DROPS_ZERO_SIGN */
    1209: 
    1210: /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
    1211:    */
    1212: /* #undef MAJOR_IN_MKDEV */
    1213: 
    1214: /* Define to 1 if `major', `minor', and `makedev' are declared in
    1215:    <sysmacros.h>. */
    1216: /* #undef MAJOR_IN_SYSMACROS */
    1217: 
    1218: /* Define if mvwdelch in curses.h is an expression. */
    1219: #define MVWDELCH_IS_EXPRESSION 1
    1220: 
    1221: /* Define to the address where bug reports for this package should be sent. */
    1222: /* #undef PACKAGE_BUGREPORT */
    1223: 
    1224: /* Define to the full name of this package. */
    1225: /* #undef PACKAGE_NAME */
    1226: 
    1227: /* Define to the full name and version of this package. */
    1228: /* #undef PACKAGE_STRING */
    1229: 
    1230: /* Define to the one symbol short name of this package. */
    1231: /* #undef PACKAGE_TARNAME */
    1232: 
    1233: /* Define to the home page for this package. */
    1234: /* #undef PACKAGE_URL */
    1235: 
    1236: /* Define to the version of this package. */
    1237: /* #undef PACKAGE_VERSION */
    1238: 
    1239: /* Define if POSIX semaphores aren't enabled on your system */
    1240: /* #undef POSIX_SEMAPHORES_NOT_ENABLED */
    1241: 
    1242: /* Defined if PTHREAD_SCOPE_SYSTEM supported. */
    1243: #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
    1244: 
    1245: /* Define as the preferred size in bits of long digits */
    1246: /* #undef PYLONG_BITS_IN_DIGIT */
    1247: 
    1248: /* Define to printf format modifier for Py_ssize_t */
    1249: #define PY_FORMAT_SIZE_T "z"
    1250: 
    1251: /* Define if you want to build an interpreter with many run-time checks. */
    1252: #define Py_DEBUG 1
    1253: 
    1254: /* Defined if Python is built as a shared library. */
    1255: /* #undef Py_ENABLE_SHARED */
    1256: 
    1257: /* Define hash algorithm for str, bytes and memoryview. SipHash24: 1, FNV: 2,
    1258:    externally defined: 0 */
    1259: /* #undef Py_HASH_ALGORITHM */
    1260: 
    1261: /* assume C89 semantics that RETSIGTYPE is always void */
    1262: #define RETSIGTYPE void
    1263: 
    1264: /* Define if setpgrp() must be called as setpgrp(0, 0). */
    1265: /* #undef SETPGRP_HAVE_ARG */
    1266: 
    1267: /* Define if i>>j for signed int i does not extend the sign bit when i < 0 */
    1268: /* #undef SIGNED_RIGHT_SHIFT_ZERO_FILLS */
    1269: 
    1270: /* The size of `double', as computed by sizeof. */
    1271: #define SIZEOF_DOUBLE 8
    1272: 
    1273: /* The size of `float', as computed by sizeof. */
    1274: #define SIZEOF_FLOAT 4
    1275: 
    1276: /* The size of `fpos_t', as computed by sizeof. */
    1277: #define SIZEOF_FPOS_T 8
    1278: 
    1279: /* The size of `int', as computed by sizeof. */
    1280: #define SIZEOF_INT 4
    1281: 
    1282: /* The size of `long', as computed by sizeof. */
    1283: #define SIZEOF_LONG 8
    1284: 
    1285: /* The size of `long double', as computed by sizeof. */
    1286: #define SIZEOF_LONG_DOUBLE 16
    1287: 
    1288: /* The size of `long long', as computed by sizeof. */
    1289: #define SIZEOF_LONG_LONG 8
    1290: 
    1291: /* The size of `off_t', as computed by sizeof. */
    1292: #define SIZEOF_OFF_T 8
    1293: 
    1294: /* The size of `pid_t', as computed by sizeof. */
    1295: #define SIZEOF_PID_T 4
    1296: 
    1297: /* The size of `pthread_t', as computed by sizeof. */
    1298: #define SIZEOF_PTHREAD_T 8
    1299: 
    1300: /* The size of `short', as computed by sizeof. */
    1301: #define SIZEOF_SHORT 2
    1302: 
    1303: /* The size of `size_t', as computed by sizeof. */
    1304: #define SIZEOF_SIZE_T 8
    1305: 
    1306: /* The size of `time_t', as computed by sizeof. */
    1307: #define SIZEOF_TIME_T 8
    1308: 
    1309: /* The size of `uintptr_t', as computed by sizeof. */
    1310: #define SIZEOF_UINTPTR_T 8
    1311: 
    1312: /* The size of `void *', as computed by sizeof. */
    1313: #define SIZEOF_VOID_P 8
    1314: 
    1315: /* The size of `wchar_t', as computed by sizeof. */
    1316: #define SIZEOF_WCHAR_T 4
    1317: 
    1318: /* The size of `_Bool', as computed by sizeof. */
    1319: #define SIZEOF__BOOL 1
    1320: 
    1321: /* Define to 1 if you have the ANSI C header files. */
    1322: #define STDC_HEADERS 1
    1323: 
    1324: /* Define if you can safely include both <sys/select.h> and <sys/time.h>
    1325:    (which you can't on SCO ODT 3.0). */
    1326: #define SYS_SELECT_WITH_SYS_TIME 1
    1327: 
    1328: /* Define if tanh(-0.) is -0., or if platform doesn't have signed zeros */
    1329: #define TANH_PRESERVES_ZERO_SIGN 1
    1330: 
    1331: /* Library needed by timemodule.c: librt may be needed for clock_gettime() */
    1332: /* #undef TIMEMODULE_LIB */
    1333: 
    1334: /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
    1335: #define TIME_WITH_SYS_TIME 1
    1336: 
    1337: /* Define to 1 if your <sys/time.h> declares `struct tm'. */
    1338: /* #undef TM_IN_SYS_TIME */
    1339: 
    1340: /* Define if you want to use computed gotos in ceval.c. */
    1341: /* #undef USE_COMPUTED_GOTOS */
    1342: 
    1343: /* Define to use the C99 inline keyword. */
    1344: #define USE_INLINE 1
    1345: 
    1346: /* Enable extensions on AIX 3, Interix.  */
    1347: #ifndef _ALL_SOURCE
    1348: # define _ALL_SOURCE 1
    1349: #endif
    1350: /* Enable GNU extensions on systems that have them.  */
    1351: #ifndef _GNU_SOURCE
    1352: # define _GNU_SOURCE 1
    1353: #endif
    1354: /* Enable threading extensions on Solaris.  */
    1355: #ifndef _POSIX_PTHREAD_SEMANTICS
    1356: # define _POSIX_PTHREAD_SEMANTICS 1
    1357: #endif
    1358: /* Enable extensions on HP NonStop.  */
    1359: #ifndef _TANDEM_SOURCE
    1360: # define _TANDEM_SOURCE 1
    1361: #endif
    1362: /* Enable general extensions on Solaris.  */
    1363: #ifndef __EXTENSIONS__
    1364: # define __EXTENSIONS__ 1
    1365: #endif
    1366: 
    1367: 
    1368: /* Define if you want SIGFPE handled (see Include/pyfpe.h). */
    1369: /* #undef WANT_SIGFPE_HANDLER */
    1370: 
    1371: /* Define if WINDOW in curses.h offers a field _flags. */
    1372: /* #undef WINDOW_HAS_FLAGS */
    1373: 
    1374: /* Define if you want documentation strings in extension modules */
    1375: #define WITH_DOC_STRINGS 1
    1376: 
    1377: /* Define if you want to compile in DTrace support */
    1378: #define WITH_DTRACE 1
    1379: 
    1380: /* Define if you want to use the new-style (Openstep, Rhapsody, MacOS) dynamic
    1381:    linker (dyld) instead of the old-style (NextStep) dynamic linker (rld).
    1382:    Dyld is necessary to support frameworks. */
    1383: #define WITH_DYLD 1
    1384: 
    1385: /* Define to 1 if libintl is needed for locale functions. */
    1386: /* #undef WITH_LIBINTL */
    1387: 
    1388: /* Define if you want to produce an OpenStep/Rhapsody framework (shared
    1389:    library plus accessory files). */
    1390: /* #undef WITH_NEXT_FRAMEWORK */
    1391: 
    1392: /* Define if you want to compile in Python-specific mallocs */
    1393: #define WITH_PYMALLOC 1
    1394: 
    1395: /* Define if you want to compile in rudimentary thread support */
    1396: #define WITH_THREAD 1
    1397: 
    1398: /* Define if you want pymalloc to be disabled when running under valgrind */
    1399: /* #undef WITH_VALGRIND */
    1400: 
    1401: /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    1402:    significant byte first (like Motorola and SPARC, unlike Intel). */
    1403: #if defined AC_APPLE_UNIVERSAL_BUILD
    1404: # if defined __BIG_ENDIAN__
    1405: #  define WORDS_BIGENDIAN 1
    1406: # endif
    1407: #else
    1408: # ifndef WORDS_BIGENDIAN
    1409: /* #  undef WORDS_BIGENDIAN */
    1410: # endif
    1411: #endif
    1412: 
    1413: /* Define if arithmetic is subject to x87-style double rounding issue */
    1414: /* #undef X87_DOUBLE_ROUNDING */
    1415: 
    1416: /* Define on OpenBSD to activate all library features */
    1417: /* #undef _BSD_SOURCE */
    1418: 
    1419: /* Define on Irix to enable u_int */
    1420: #define _BSD_TYPES 1
    1421: 
    1422: /* Define on Darwin to activate all library features */
    1423: #define _DARWIN_C_SOURCE 1
    1424: 
    1425: /* This must be set to 64 on some systems to enable large file support. */
    1426: #define _FILE_OFFSET_BITS 64
    1427: 
    1428: /* Define on Linux to activate all library features */
    1429: #define _GNU_SOURCE 1
    1430: 
    1431: /* Define to include mbstate_t for mbrtowc */
    1432: /* #undef _INCLUDE__STDC_A1_SOURCE */
    1433: 
    1434: /* This must be defined on some systems to enable large file support. */
    1435: #define _LARGEFILE_SOURCE 1
    1436: 
    1437: /* This must be defined on AIX systems to enable large file support. */
    1438: /* #undef _LARGE_FILES */
    1439: 
    1440: /* Define to 1 if on MINIX. */
    1441: /* #undef _MINIX */
    1442: 
    1443: /* Define on NetBSD to activate all library features */
    1444: #define _NETBSD_SOURCE 1
    1445: 
    1446: /* Define to 2 if the system does not provide POSIX.1 features except with
    1447:    this defined. */
    1448: /* #undef _POSIX_1_SOURCE */
    1449: 
    1450: /* Define to activate features from IEEE Stds 1003.1-2008 */
    1451: /* #undef _POSIX_C_SOURCE */
    1452: 
    1453: /* Define to 1 if you need to in order for `stat' and other things to work. */
    1454: /* #undef _POSIX_SOURCE */
    1455: 
    1456: /* Define if you have POSIX threads, and your system does not define that. */
    1457: /* #undef _POSIX_THREADS */
    1458: 
    1459: /* Define to force use of thread-safe errno, h_errno, and other functions */
    1460: #define _REENTRANT 1
    1461: 
    1462: /* Define to the level of X/Open that your system supports */
    1463: /* #undef _XOPEN_SOURCE */
    1464: 
    1465: /* Define to activate Unix95-and-earlier features */
    1466: /* #undef _XOPEN_SOURCE_EXTENDED */
    1467: 
    1468: /* Define on FreeBSD to activate all library features */
    1469: #define __BSD_VISIBLE 1
    1470: 
    1471: /* Define to 1 if type `char' is unsigned and you are not using gcc.  */
    1472: #ifndef __CHAR_UNSIGNED__
    1473: /* # undef __CHAR_UNSIGNED__ */
    1474: #endif
    1475: 
    1476: /* Define to 'long' if <time.h> doesn't define. */
    1477: /* #undef clock_t */
    1478: 
    1479: /* Define to empty if `const' does not conform to ANSI C. */
    1480: /* #undef const */
    1481: 
    1482: /* Define to `int' if <sys/types.h> doesn't define. */
    1483: /* #undef gid_t */
    1484: 
    1485: /* Define to `__inline__' or `__inline' if that's what the C compiler
    1486:    calls it, or to nothing if 'inline' is not supported under any name.  */
    1487: #ifndef __cplusplus
    1488: /* #undef inline */
    1489: #endif
    1490: 
    1491: /* Define to `int' if <sys/types.h> does not define. */
    1492: /* #undef mode_t */
    1493: 
    1494: /* Define to `long int' if <sys/types.h> does not define. */
    1495: /* #undef off_t */
    1496: 
    1497: /* Define to `int' if <sys/types.h> does not define. */
    1498: /* #undef pid_t */
    1499: 
    1500: /* Define to empty if the keyword does not work. */
    1501: /* #undef signed */
    1502: 
    1503: /* Define to `unsigned int' if <sys/types.h> does not define. */
    1504: /* #undef size_t */
    1505: 
    1506: /* Define to `int' if <sys/socket.h> does not define. */
    1507: /* #undef socklen_t */
    1508: 
    1509: /* Define to `int' if <sys/types.h> doesn't define. */
    1510: /* #undef uid_t */
    1511: 
    1512: /* Define to empty if the keyword does not work. */
    1513: /* #undef volatile */
    1514: 
    1515: 
    1516: /* Define the macros needed if on a UnixWare 7.x system. */
    1517: #if defined(__USLC__) && defined(__SCO_VERSION__)
    1518: #define STRICT_SYSV_CURSES /* Don't use ncurses extensions */
    1519: #endif
    1520: 
    1521: #endif /*Py_PYCONFIG_H*/
    1522: 
    1523: