Testing out the PPD42 Air Quality Sensor, with an MSP430 Launchpad and graphing the data with GNUplot.
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.

82 lines
2.2 KiB

5 years ago
  1. /* config.h.in. Generated from configure.in by autoheader. */
  2. /* Define to 1 if you have the <dlfcn.h> header file. */
  3. #undef HAVE_DLFCN_H
  4. /* Define to 1 if you have the <fcntl.h> header file. */
  5. #undef HAVE_FCNTL_H
  6. /* Define to 1 if you have the <grp.h> header file. */
  7. #undef HAVE_GRP_H
  8. /* Define to 1 if you have the <inttypes.h> header file. */
  9. #undef HAVE_INTTYPES_H
  10. /* Define to 1 if you have the <memory.h> header file. */
  11. #undef HAVE_MEMORY_H
  12. /* Define to 1 if you have the <pwd.h> header file. */
  13. #undef HAVE_PWD_H
  14. /* Define to 1 if you have the <signal.h> header file. */
  15. #undef HAVE_SIGNAL_H
  16. /* Define to 1 if you have the <stdint.h> header file. */
  17. #undef HAVE_STDINT_H
  18. /* Define to 1 if you have the <stdlib.h> header file. */
  19. #undef HAVE_STDLIB_H
  20. /* Define to 1 if you have the <strings.h> header file. */
  21. #undef HAVE_STRINGS_H
  22. /* Define to 1 if you have the <string.h> header file. */
  23. #undef HAVE_STRING_H
  24. /* Define to 1 if you have the <sys/fcntl.h> header file. */
  25. #undef HAVE_SYS_FCNTL_H
  26. /* Define to 1 if you have the <sys/file.h> header file. */
  27. #undef HAVE_SYS_FILE_H
  28. /* Define to 1 if you have the <sys/signal.h> header file. */
  29. #undef HAVE_SYS_SIGNAL_H
  30. /* Define to 1 if you have the <sys/stat.h> header file. */
  31. #undef HAVE_SYS_STAT_H
  32. /* Define to 1 if you have the <sys/time.h> header file. */
  33. #undef HAVE_SYS_TIME_H
  34. /* Define to 1 if you have the <sys/types.h> header file. */
  35. #undef HAVE_SYS_TYPES_H
  36. /* Define to 1 if you have the <termios.h> header file. */
  37. #undef HAVE_TERMIOS_H
  38. /* Define to 1 if you have the <unistd.h> header file. */
  39. #undef HAVE_UNISTD_H
  40. /* Name of package */
  41. #undef PACKAGE
  42. /* Define to the address where bug reports for this package should be sent. */
  43. #undef PACKAGE_BUGREPORT
  44. /* Define to the full name of this package. */
  45. #undef PACKAGE_NAME
  46. /* Define to the full name and version of this package. */
  47. #undef PACKAGE_STRING
  48. /* Define to the one symbol short name of this package. */
  49. #undef PACKAGE_TARNAME
  50. /* Define to the version of this package. */
  51. #undef PACKAGE_VERSION
  52. /* Define to 1 if you have the ANSI C header files. */
  53. #undef STDC_HEADERS
  54. /* Version number of package */
  55. #undef VERSION