config.h.in
来自「giflib-4.1.6.tar.gz,最新的GIF 解码库」· IN 代码 · 共 127 行
IN
127 行
/* config.h.in. Generated from configure.ac by autoheader. *//* Define to 1 if you have the <dlfcn.h> header file. */#undef HAVE_DLFCN_H/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */#undef HAVE_DOPRNT/* Define to 1 if you have the <fcntl.h> header file. */#undef HAVE_FCNTL_H/* Define to 1 if you have the <gl/gl.h> header file. */#undef HAVE_GL_GL_H/* Define to 1 if you have the <inttypes.h> header file. */#undef HAVE_INTTYPES_H/* Define if the gl_s library is installed (SGI GL library) */#undef HAVE_LIBGL_S/* Define if the X11 library is installed */#undef HAVE_LIBX11/* Define to 1 if you have the <memory.h> header file. */#undef HAVE_MEMORY_H/* Define to 1 if you have the <rle.h> header file. */#undef HAVE_RLE_H/* Define to 1 if you have the <stdarg.h> header file. */#undef HAVE_STDARG_H/* Define to 1 if you have the <stdint.h> header file. */#undef HAVE_STDINT_H/* Define to 1 if you have the <stdlib.h> header file. */#undef HAVE_STDLIB_H/* Define to 1 if you have the `strdup' function. */#undef HAVE_STRDUP/* Define to 1 if you have the <strings.h> header file. */#undef HAVE_STRINGS_H/* Define to 1 if you have the <string.h> header file. */#undef HAVE_STRING_H/* Define to 1 if you have the <sys/stat.h> header file. */#undef HAVE_SYS_STAT_H/* Define to 1 if you have the <sys/types.h> header file. */#undef HAVE_SYS_TYPES_H/* Define to 1 if the system has the type `uint32_t'. */#undef HAVE_UINT32_T/* Define to 1 if you have the <unistd.h> header file. */#undef HAVE_UNISTD_H/* Define to 1 if the system has the type `u_int32_t'. */#undef HAVE_U_INT32_T/* Define to 1 if you have the <varargs.h> header file. */#undef HAVE_VARARGS_H/* Define to 1 if you have the `vprintf' function. */#undef HAVE_VPRINTF/* Define to 1 if you have the <X11/Xlib.h> header file. */#undef HAVE_X11_XLIB_H/* Define to 1 if you have the <X11/Xutil.h> header file. */#undef HAVE_X11_XUTIL_H/* Define to 1 if your C compiler doesn't accept -c and -o together. */#undef NO_MINUS_C_MINUS_O/* Name of package */#undef PACKAGE/* Define to the address where bug reports for this package should be sent. */#undef PACKAGE_BUGREPORT/* Define to the full name of this package. */#undef PACKAGE_NAME/* Define to the full name and version of this package. */#undef PACKAGE_STRING/* Define to the one symbol short name of this package. */#undef PACKAGE_TARNAME/* Define to the version of this package. */#undef PACKAGE_VERSION/* Define to 1 if the C compiler supports function prototypes. */#undef PROTOTYPES/* Define to 1 if the `setvbuf' function takes the buffering type as its second argument and the buffer pointer as the third, as on System V before release 3. */#undef SETVBUF_REVERSED/* The size of `unsigned int', as computed by sizeof. */#undef SIZEOF_UNSIGNED_INT/* The size of `unsigned long', as computed by sizeof. */#undef SIZEOF_UNSIGNED_LONG/* Define to 1 if you have the ANSI C header files. */#undef STDC_HEADERS/* Set to an unsigned 32 bit integer available on this system */#undef UINT32/* Version number of package */#undef VERSION/* Define to 1 if the X Window System is missing or not being used. */#undef X_DISPLAY_MISSING/* Define like PROTOTYPES; this can be used by system headers. */#undef __PROTOTYPES/* Define to empty if `const' does not conform to ANSI C. */#undef const
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?