📄 config.h
字号:
/* config.h. Generated automatically by configure. *//* 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. */#define STDC_HEADERS 1/* define if you use the spaceball library *//* #undef HAVE_LIBSBALL *//* Define if you have snprintf. */#define HAVE_SNPRINTF 1#ifndef HAVE_SNPRINTF# define snprintf mysnprintf#endif/* Define if you have powf. */#define HAVE_POWF 1/* Define if you have rint. */#define HAVE_RINT 1/* Define if you have stdarg.h */#define HAVE_STDARG_H 1/* Define if you have varargs.h */#define HAVE_VARARGS_H 1/* 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 */#define HAVE_XINPUT 1/* 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 + -