Tests about a simple python3 fastcgi runner using libfcgi and the Python-C API.
python
c
wsgi
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.h.in 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. /* include/config.h.in. Generated from configure.ac by autoheader. */
  2. /* Version number of package */
  3. #undef VERSION
  4. /* Define to 1 if you have the <syslog.h> header file. */
  5. #undef HAVE_SYSLOG_H
  6. /* Define to 1 if `fork' works. */
  7. #undef HAVE_WORKING_FORK
  8. /* Define to 1 if `vfork' works. */
  9. #undef HAVE_WORKING_VFORK
  10. /* Name of package */
  11. #undef PACKAGE
  12. /* Define to the address where bug reports for this package should be sent. */
  13. #undef PACKAGE_BUGREPORT
  14. /* Define to the full name of this package. */
  15. #undef PACKAGE_NAME
  16. /* Define to the full name and version of this package. */
  17. #undef PACKAGE_STRING
  18. /* Define to the one symbol short name of this package. */
  19. #undef PACKAGE_TARNAME
  20. /* Define to the home page for this package. */
  21. #undef PACKAGE_URL
  22. /* Define to the version of this package. */
  23. #undef PACKAGE_VERSION
  24. /* Define to 1 if you have the ANSI C header files. */
  25. #undef STDC_HEADERS
  26. /* Enable extensions on AIX 3, Interix. */
  27. #ifndef _ALL_SOURCE
  28. # undef _ALL_SOURCE
  29. #endif
  30. /* Enable GNU extensions on systems that have them. */
  31. #ifndef _GNU_SOURCE
  32. # undef _GNU_SOURCE
  33. #endif
  34. /* Enable threading extensions on Solaris. */
  35. #ifndef _POSIX_PTHREAD_SEMANTICS
  36. # undef _POSIX_PTHREAD_SEMANTICS
  37. #endif
  38. /* Enable extensions on HP NonStop. */
  39. #ifndef _TANDEM_SOURCE
  40. # undef _TANDEM_SOURCE
  41. #endif
  42. /* Enable general extensions on Solaris. */
  43. #ifndef __EXTENSIONS__
  44. # undef __EXTENSIONS__
  45. #endif
  46. /* Define to 1 if on MINIX. */
  47. #undef _MINIX
  48. /* Define to 2 if the system does not provide POSIX.1 features except with
  49. this defined. */
  50. #undef _POSIX_1_SOURCE
  51. /* Define to 1 if you need to in order for `stat' and other things to work. */
  52. #undef _POSIX_SOURCE
  53. /* Define to rpl_malloc if the replacement function should be used. */
  54. #undef malloc
  55. /* Define to `int' if <sys/types.h> does not define. */
  56. #undef pid_t
  57. /* Define to rpl_realloc if the replacement function should be used. */
  58. #undef realloc
  59. /* Define to `unsigned int' if <sys/types.h> does not define. */
  60. #undef size_t
  61. /* Define as `fork' if `vfork' does not work. */
  62. #undef vfork