PageRenderTime 48ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/uClinux-dist/user/lirc/config.h

https://bitbucket.org/__wp__/mb-linux-msli
C Header | 253 lines | 84 code | 78 blank | 91 comment | 0 complexity | c0b476747a17a3708d2f437bff842084 MD5 | raw file
Possible License(s): AGPL-3.0, GPL-2.0, LGPL-2.0, MPL-2.0, ISC, BSD-3-Clause, LGPL-2.1, MPL-2.0-no-copyleft-exception, 0BSD, CC-BY-SA-3.0, GPL-3.0, LGPL-3.0, AGPL-1.0, Unlicense
  1. /* config.h.in. Generated automatically from configure.in by autoheader. */
  2. /* $Id: config.h,v 1.2 2002-02-07 00:43:01 pdh Exp $ */
  3. /*
  4. * are you editing the correct file?
  5. *
  6. * acconfig.h - changes for distribution
  7. * you must run autoheader / configure
  8. * config.h.in - changes specific to your installation
  9. * these will be lost if you run autoheader
  10. * config.h - changes to this configuration
  11. * these will be lost if you run configure
  12. */
  13. /* note.
  14. * if you want to change silly things like the device file names or the
  15. * configuration file names then remember you may also need to change
  16. * the Makefile.am files.
  17. */
  18. /* device file names - beneath DEVDIR (default /dev) */
  19. #define DEV_LIRC "lirc"
  20. #define DEV_LIRCD "lircd"
  21. #define DEV_LIRCM "lircm"
  22. /* config file names - beneath SYSCONFDIR (default /usr/local/etc) */
  23. #define CFG_LIRCD "lircd.conf"
  24. #define CFG_LIRCM "lircmd.conf"
  25. /* config file names - beneath $HOME */
  26. #define CFG_USER ".lircrc"
  27. /* log files */
  28. #define LOGDIR "/var/log"
  29. #define LOG_LIRCD "lircd"
  30. #define LOG_LIRMAND "lirmand"
  31. /* pid file */
  32. #define PIDDIR "/var/log"
  33. #define PID_LIRCD "lircd.pid"
  34. /* default port number */
  35. #define LIRC_INET_PORT 8765
  36. /*
  37. * below here are defines managed by autoheader / autoconf
  38. */
  39. /* Define to empty if the keyword does not work. */
  40. #undef const
  41. /* Define if you don't have vprintf but do have _doprnt. */
  42. #undef HAVE_DOPRNT
  43. /* Define if you have the vprintf function. */
  44. #define HAVE_VPRINTF 1
  45. /* Define as __inline if that's what the C compiler calls it. */
  46. #undef inline
  47. /* Define to `long' if <sys/types.h> doesn't define. */
  48. #undef off_t
  49. /* Define to `int' if <sys/types.h> doesn't define. */
  50. #undef pid_t
  51. /* Define as the return type of signal handlers (int or void). */
  52. #define RETSIGTYPE void
  53. /* Define to `unsigned' if <sys/types.h> doesn't define. */
  54. #undef size_t
  55. /* Define if you have the ANSI C header files. */
  56. #undef STDC_HEADERS
  57. /* Define if you can safely include both <sys/time.h> and <time.h>. */
  58. #undef TIME_WITH_SYS_TIME
  59. /* Define if your <sys/time.h> declares struct tm. */
  60. #undef TM_IN_SYS_TIME
  61. /* Define if the X Window System is missing or not being used. */
  62. #define X_DISPLAY_MISSING 1
  63. /* define in maintainer mode */
  64. #undef MAINTAINER_MODE
  65. /* Define to use long long IR codes */
  66. #undef LONG_IR_CODE
  67. /* Define to enable debugging output */
  68. #define DEBUG 1
  69. /* Define to run daemons as daemons */
  70. #undef DAEMONIZE
  71. /* Define if the caraca library is installed */
  72. #undef HAVE_LIBCARACA
  73. /* Define if the libirman library is installed */
  74. #undef HAVE_LIBIRMAN
  75. /* Define if the software only test version of libirman is installed */
  76. #undef HAVE_LIBIRMAN_SW
  77. /* Define if the complete vga libraries (vga, vgagl) are installed */
  78. #undef HAVE_LIBVGA
  79. /* define if you want to log to syslog instead of logfile */
  80. #define USE_SYSLOG 1
  81. /* Text string signifying which driver is configured */
  82. #define LIRC_DRIVER "lirc_serial"
  83. /* Set the device major for the lirc driver */
  84. #define LIRC_MAJOR 61
  85. /* Set the IRQ for the lirc driver */
  86. #undef LIRC_IRQ
  87. /* Set the port address for the lirc driver */
  88. #undef LIRC_PORT
  89. /* Set the timer for the parallel port driver */
  90. #undef LIRC_TIMER
  91. /* Set the default tty used by the irman/remotemaster driver */
  92. #undef LIRC_IRTTY
  93. /* Define if you have an animax serial port receiver */
  94. #undef LIRC_SERIAL_ANIMAX
  95. /* Define if you have a IR diode connected to the serial port */
  96. #undef LIRC_SERIAL_TRANSMITTER
  97. /* Define if the software needs to generate the carrier frequency */
  98. #undef LIRC_SERIAL_SOFTCARRIER
  99. /* Define if you have an IRdeo serial port receiver */
  100. #undef LIRC_SERIAL_IRDEO
  101. /* Define if you want to use a Tekram Irmate 210 */
  102. #undef LIRC_SIR_TEKRAM
  103. /* Define if there's no device connected to the local lircd */
  104. #undef LIRC_NETWORK_ONLY
  105. /* syslog facility to use */
  106. #define LIRC_SYSLOG LOG_DAEMON
  107. /* system configuration directory */
  108. #define SYSCONFDIR "/etc/config"
  109. /* device files directory */
  110. #define DEVDIR "/dev"
  111. /* This should only be set by configure */
  112. #define PACKAGE "lirc"
  113. /* This should only be set by configure */
  114. #define VERSION "0.6.3"
  115. /* Define if you have the daemon function. */
  116. #undef HAVE_DAEMON
  117. /* Define if you have the gethostname function. */
  118. #define HAVE_GETHOSTNAME 1
  119. /* Define if you have the gettimeofday function. */
  120. #define HAVE_GETTIMEOFDAY 1
  121. /* Define if you have the mkfifo function. */
  122. #define HAVE_MKFIFO 1
  123. /* Define if you have the select function. */
  124. #define HAVE_SELECT 1
  125. /* Define if you have the snprintf function. */
  126. #define HAVE_SNPRINTF 1
  127. /* Define if you have the socket function. */
  128. #define HAVE_SOCKET 1
  129. /* Define if you have the strdup function. */
  130. #define HAVE_STRDUP 1
  131. /* Define if you have the strerror function. */
  132. #define HAVE_STRERROR 1
  133. /* Define if you have the strsep function. */
  134. #define HAVE_STRSEP 1
  135. /* Define if you have the strtoul function. */
  136. #define HAVE_STRTOUL 1
  137. /* Define if you have the vsyslog function. */
  138. #define HAVE_VSYSLOG 1
  139. /* Define if you have the <fcntl.h> header file. */
  140. #define HAVE_FCNTL_H 1
  141. /* Define if you have the <limits.h> header file. */
  142. #define HAVE_LIMITS_H 1
  143. /* Define if you have the <sys/ioctl.h> header file. */
  144. #define HAVE_SYS_IOCTL_H 1
  145. /* Define if you have the <sys/time.h> header file. */
  146. #define HAVE_SYS_TIME_H 1
  147. /* Define if you have the <syslog.h> header file. */
  148. #define HAVE_SYSLOG_H 1
  149. /* Define if you have the <unistd.h> header file. */
  150. #define HAVE_UNISTD_H 1
  151. /* Name of package */
  152. // #define PACKAGE "lirc"
  153. /* Version number of package */
  154. // #define VERSION "0.0.0"
  155. /*
  156. * compatibility and useability defines
  157. */
  158. /* FIXME */
  159. #ifdef LIRC_HAVE_DEVFS
  160. #define LIRC_DRIVER_DEVICE DEVDIR "/" DEV_LIRC "/0"
  161. #else
  162. #define LIRC_DRIVER_DEVICE DEVDIR "/" DEV_LIRC
  163. #endif /* LIRC_HAVE_DEVFS */
  164. #define LIRCD "/var/tmp/" DEV_LIRCD
  165. #define LIRCM "/var/tmp/" DEV_LIRCM
  166. #define LIRCDCFGFILE SYSCONFDIR "/" CFG_LIRCD
  167. #define LIRCMDCFGFILE SYSCONFDIR "/" CFG_LIRCM
  168. #define LIRCCFGFILE CFG_USER
  169. #define LOGFILE LOGDIR "/" LOG_LIRCD
  170. #define LIRMAND_LOGFILE LOGDIR "/" LOG_LIRMAND
  171. #define PIDFILE PIDDIR "/" PID_LIRCD
  172. #ifndef CHAR_BIT
  173. #define CHAR_BIT 8
  174. #endif
  175. /* end of acconfig.h */