Changeset 21731 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Wine/include/config.h.in
- Timestamp:
- Jul 21, 2009 9:16:52 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine/include/config.h.in
r20612 r21731 124 124 #undef HAVE_FREETYPE_FTMODAPI_H 125 125 126 /* Define to 1 if you have the <freetype/ftnames.h> header file. */127 #undef HAVE_FREETYPE_FTNAMES_H128 129 126 /* Define to 1 if you have the <freetype/ftoutln.h> header file. */ 130 127 #undef HAVE_FREETYPE_FTOUTLN_H … … 223 220 #undef HAVE_GETUID 224 221 225 /* Define to 1 if you have the <GL/glext.h> header file. */226 #undef HAVE_GL_GLEXT_H227 228 222 /* Define to 1 if you have the <GL/glu.h> header file. */ 229 223 #undef HAVE_GL_GLU_H … … 559 553 #undef HAVE_PID_T 560 554 555 /* Define to 1 if you have the `pipe2' function. */ 556 #undef HAVE_PIPE2 557 561 558 /* Define to 1 if you have the <png.h> header file. */ 562 559 #undef HAVE_PNG_H … … 700 697 #undef HAVE_STATVFS 701 698 699 /* Define to 1 if you have the <stdbool.h> header file. */ 700 #undef HAVE_STDBOOL_H 701 702 702 /* Define to 1 if you have the <stdint.h> header file. */ 703 703 #undef HAVE_STDINT_H … … 832 832 #undef HAVE_SYS_FILIO_H 833 833 834 /* Define to 1 if you have the <sys/inotify.h> header file. */ 835 #undef HAVE_SYS_INOTIFY_H 836 834 837 /* Define to 1 if you have the <sys/ioctl.h> header file. */ 835 838 #undef HAVE_SYS_IOCTL_H … … 1189 1192 #undef X_DISPLAY_MISSING 1190 1193 1194 /* Define to a macro to output a .cfi assembly pseudo-op */ 1195 #undef __ASM_CFI 1196 1197 /* Define to a macro to define an assembly function */ 1198 #undef __ASM_DEFINE_FUNC 1199 1191 1200 /* Define to a macro to generate an assembly function directive */ 1192 1201 #undef __ASM_FUNC 1193 1202 1203 /* Define to a macro to generate an assembly function with C calling 1204 convention */ 1205 #undef __ASM_GLOBAL_FUNC 1206 1194 1207 /* Define to a macro to generate an assembly name from a C symbol */ 1195 1208 #undef __ASM_NAME 1209 1210 /* Define to a macro to generate an stdcall suffix */ 1211 #undef __ASM_STDCALL 1212 1213 /* Define to a macro to generate an assembly function with stdcall calling 1214 convention */ 1215 #undef __ASM_STDCALL_FUNC 1196 1216 1197 1217 /* Define to empty if `const' does not conform to ANSI C. */
Note:
See TracChangeset
for help on using the changeset viewer.