⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.h.in

📁 FreeWRLduneInputDevice和FreeWRL一起可以让用户用带有6DoF的输入设备检索3D VRML/X3D数据。它基于FreeWRL的"/tmp/inpdev"扩展传感器输入接口和w
💻 IN
字号:
/* Copyright (c) 1999 Stephen F. White (GPL)*/#ifndef CONFIG_H#define CONFIG_H/* Define to empty if the keyword does not work.  */#undef const/* Define if you have the ANSI C header files.  */#undef STDC_HEADERS/* define if you use the spaceball library */#undef HAVE_LIBSBALL/* Define if you have snprintf.  */#undef HAVE_SNPRINTF#ifndef HAVE_SNPRINTF#   define snprintf mysnprintf#endif/* Define if you have powf.  */#undef HAVE_POWF/* Define if you have rint.  */#undef HAVE_RINT/* Define if you have stdarg.h */ #undef HAVE_STDARG_H/* Define if you have varargs.h */ #undef HAVE_VARARGS_H/* Define if you have signal_handler(int) */#undef HAVE_SIGNAL_INT/* define if you have a Joystick under Linux */#undef LINUX_JOYSTICK/* define if you have a xinput device like magellan or spaceball */#undef HAVE_XINPUT/* define if you have a Ascention Flock of birds tracker */#define HAVE_AFLOCK 1/* define if you want to see debug messsages for Ascention Flock of birds    tracker */#undef HAVE_AFLOCK_DEBUG/*      switch off emergencysave signalhandling     Useful for testing, or if the signalhandling code do not match your system */#undef HAVE_WANT_CORE/* Define if you have _FPU_SETCW to enable fpu interrupts (i386 Linux) */#undef HAVE_FPU_SETCW#ifdef HAVE_FPU_SETCW# define HAVE_FPU_ENABLE_INTERRUPTS 1#endif/* Define if you have HAVE_HANDLE_SIGFPES to enable fpu interrupts (IRIX) */#undef HAVE_HANDLE_SIGFPES#ifdef HAVE_HANDLE_SIGFPES# define HAVE_FPU_ENABLE_INTERRUPTS 1#endif#endif /* !CONFIG_H */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -