Linux kernel & device driver programming

Cross-Referenced Linux and Device Driver Code

[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ]
Version: [ 2.6.11.8 ] [ 2.6.25 ] [ 2.6.25.8 ] [ 2.6.31.13 ] Architecture: [ i386 ]
  1 /* config.h.in.  Generated from configure.ac by autoheader.  */
  2 
  3 /* "have alsa" */
  4 #undef HAVE_ALSA
  5 
  6 /* Define to 1 if you have the <alsa/asoundlib.h> header file. */
  7 #undef HAVE_ALSA_ASOUNDLIB_H
  8 
  9 /* Define to 1 if you have the <dev/ic/bt8xx.h> header file. */
 10 #undef HAVE_DEV_IC_BT8XX_H
 11 
 12 /* Define to 1 if you have the `dlopen' function. */
 13 #undef HAVE_DLOPEN
 14 
 15 /* "have dv" */
 16 #undef HAVE_DV
 17 
 18 /* Define to 1 if you have the `fseeko' function. */
 19 #undef HAVE_FSEEKO
 20 
 21 /* Define to 1 if you have the `ftello' function. */
 22 #undef HAVE_FTELLO
 23 
 24 /* Define to 1 if you have the `getnameinfo' function. */
 25 #undef HAVE_GETNAMEINFO
 26 
 27 /* Define to 1 if you have the <getopt.h> header file. */
 28 #undef HAVE_GETOPT_H
 29 
 30 /* Define to 1 if you have the `getopt_long' function. */
 31 #undef HAVE_GETOPT_LONG
 32 
 33 /* Define to 1 if you have the `getpt' function. */
 34 #undef HAVE_GETPT
 35 
 36 /* "have opengl" */
 37 #undef HAVE_GL
 38 
 39 /* Define to 1 if you have the <inttypes.h> header file. */
 40 #undef HAVE_INTTYPES_H
 41 
 42 /* "have lirc" */
 43 #undef HAVE_LIBLIRC_CLIENT
 44 
 45 /* "have libquicktime" */
 46 #undef HAVE_LIBQUICKTIME
 47 
 48 /* Define to 1 if you have the `Xdpms' library (-lXdpms). */
 49 #undef HAVE_LIBXDPMS
 50 
 51 /* Define to 1 if you have the `Xinerama' library (-lXinerama). */
 52 #undef HAVE_LIBXINERAMA
 53 
 54 /* Define to 1 if you have the `Xrandr' library (-lXrandr). */
 55 #undef HAVE_LIBXRANDR
 56 
 57 /* Define to 1 if you have the `Xrender' library (-lXrender). */
 58 #undef HAVE_LIBXRENDER
 59 
 60 /* Define to 1 if you have the `Xv' library (-lXv). */
 61 #undef HAVE_LIBXV
 62 
 63 /* Define to 1 if you have the `Xxf86dga' library (-lXxf86dga). */
 64 #undef HAVE_LIBXXF86DGA
 65 
 66 /* Define to 1 if you have the `Xxf86vm' library (-lXxf86vm). */
 67 #undef HAVE_LIBXXF86VM
 68 
 69 /* Define to 1 if you have the <linux/joystick.h> header file. */
 70 #undef HAVE_LINUX_JOYSTICK_H
 71 
 72 /* Define to 1 if you have the <machine/ioctl_bt848.h> header file. */
 73 #undef HAVE_MACHINE_IOCTL_BT848_H
 74 
 75 /* Define to 1 if you have the <memory.h> header file. */
 76 #undef HAVE_MEMORY_H
 77 
 78 /* "have ipv6" */
 79 #undef HAVE_SOCKADDR_STORAGE
 80 
 81 /* Define to 1 if you have the <soundcard.h> header file. */
 82 #undef HAVE_SOUNDCARD_H
 83 
 84 /* Define to 1 if you have the <stdint.h> header file. */
 85 #undef HAVE_STDINT_H
 86 
 87 /* Define to 1 if you have the <stdlib.h> header file. */
 88 #undef HAVE_STDLIB_H
 89 
 90 /* Define to 1 if you have the `strcasestr' function. */
 91 #undef HAVE_STRCASESTR
 92 
 93 /* Define to 1 if you have the <strings.h> header file. */
 94 #undef HAVE_STRINGS_H
 95 
 96 /* Define to 1 if you have the <string.h> header file. */
 97 #undef HAVE_STRING_H
 98 
 99 /* Define to 1 if you have the <sys/select.h> header file. */
100 #undef HAVE_SYS_SELECT_H
101 
102 /* Define to 1 if you have the <sys/soundcard.h> header file. */
103 #undef HAVE_SYS_SOUNDCARD_H
104 
105 /* Define to 1 if you have the <sys/stat.h> header file. */
106 #undef HAVE_SYS_STAT_H
107 
108 /* Define to 1 if you have the <sys/types.h> header file. */
109 #undef HAVE_SYS_TYPES_H
110 
111 /* Define to 1 if you have the <unistd.h> header file. */
112 #undef HAVE_UNISTD_H
113 
114 /* "have xft" */
115 #undef HAVE_XFT
116 
117 /* "have xmu" */
118 #undef HAVE_XMU
119 
120 /* "have zvbi" */
121 #undef HAVE_ZVBI
122 
123 /* Define to the address where bug reports for this package should be sent. */
124 #undef PACKAGE_BUGREPORT
125 
126 /* Define to the full name of this package. */
127 #undef PACKAGE_NAME
128 
129 /* Define to the full name and version of this package. */
130 #undef PACKAGE_STRING
131 
132 /* Define to the one symbol short name of this package. */
133 #undef PACKAGE_TARNAME
134 
135 /* Define to the version of this package. */
136 #undef PACKAGE_VERSION
137 
138 /* Define to 1 if you have the ANSI C header files. */
139 #undef STDC_HEADERS
140 
141 /* Define to 1 if the X Window System is missing or not being used. */
142 #undef X_DISPLAY_MISSING
  This page was automatically generated by the LXR engine.