config.h
上传用户:riyaled888
上传日期:2009-03-27
资源大小:7338k
文件大小:4k
源码类别:

多媒体

开发平台:

MultiPlatform

  1. /* config.h.in.  Generated by hand.  */
  2. /* The ./configure command line */
  3. #define CONFIGURE_LINE "Visual C++"
  4. /* Copyright string */
  5. #define COPYRIGHT_MESSAGE "VLC media player - version 0.8.1 Janus - (c) 1996-2004 VideoLAN"
  6. /* Maximum supported data alignment */
  7. #define ATTRIBUTE_ALIGNED_MAX 16
  8. /* Define if you have Windows' LoadLibrary */
  9. #define HAVE_DL_WINDOWS 1
  10. /* Define to 1 if you have `alloca', as a function or macro. */
  11. #define HAVE_ALLOCA 1
  12. /* Define to 1 if you have the `atof' function. */
  13. #define HAVE_ATOF 1
  14. /* Define to 1 if you have the <errno.h> header file. */
  15. #define HAVE_ERRNO_H 1
  16. /* Define to 1 if you have the <fcntl.h> header file. */
  17. #define HAVE_FCNTL_H 1
  18. /* Define to 1 if you have the `getcwd' function. */
  19. #define HAVE_GETCWD 1
  20. /* Define to 1 if you have the `getenv' function. */
  21. #define HAVE_GETENV 1
  22. /* Define to 1 if you have the `getpagesize' function. */
  23. #define HAVE_GETPAGESIZE 1
  24. /* Define to 1 if you have the <limits.h> header file. */
  25. #define HAVE_LIMITS_H 1
  26. /* Define to 1 if you have the <locale.h> header file. */
  27. #define HAVE_LOCALE_H 1
  28. /* Define to 1 if you have the `lseek' function. */
  29. #define HAVE_LSEEK 1
  30. /* Define to 1 if you have the <malloc.h> header file. */
  31. #define HAVE_MALLOC_H 1
  32. /* Define to 1 if you have the <memory.h> header file. */
  33. #define HAVE_MEMORY_H 1
  34. /* Define to 1 if you have the `putenv' function. */
  35. #define HAVE_PUTENV 1
  36. /* Define to 1 if you have the `setlocale' function. */
  37. #define HAVE_SETLOCALE 1
  38. /* Define to 1 if you have the <signal.h> header file. */
  39. #define HAVE_SIGNAL_H 1
  40. /* Define to 1 if you have the <stddef.h> header file. */
  41. #define HAVE_STDDEF_H 1
  42. /* Define to 1 if you have the <stdlib.h> header file. */
  43. #define HAVE_STDLIB_H 1
  44. /* Define to 1 if you have the `strdup' function. */
  45. #define HAVE_STRDUP 1
  46. /* Define to 1 if you have the `strerror' function. */
  47. #define HAVE_STRERROR 1
  48. /* Define to 1 if you have the `stricmp' function. */
  49. #define HAVE_STRICMP 1
  50. /* Define to 1 if you have the <strings.h> header file. */
  51. #define HAVE_STRINGS_H 1
  52. /* Define to 1 if you have the <string.h> header file. */
  53. #define HAVE_STRING_H 1
  54. /* Define to 1 if you have the `strnicmp' function. */
  55. #define HAVE_STRNICMP 1
  56. /* Define to 1 if you have the `strtod' function. */
  57. #define HAVE_STRTOD 1
  58. /* Define to 1 if you have the `strtol' function. */
  59. #define HAVE_STRTOL 1
  60. /* Define to 1 if you have the `strtoul' function. */
  61. #define HAVE_STRTOUL 1
  62. /* Define to 1 if you have the <sys/stat.h> header file. */
  63. #define HAVE_SYS_STAT_H 1
  64. /* Define to 1 if you have the <sys/types.h> header file. */
  65. #define HAVE_SYS_TYPES_H 1
  66. /* Define to 1 if you have the <time.h> header file. */
  67. #define HAVE_TIME_H 1
  68. /* Define as const if the declaration of iconv() needs const. */
  69. #define ICONV_CONST const
  70. /* Define if integer division by zero raises signal SIGFPE. */
  71. #define INTDIV0_RAISES_SIGFPE 0
  72. /* Dynamic object extension */
  73. #define LIBEXT ".dll"
  74. /* String suffix for module functions */
  75. #define MODULE_SUFFIX "__0_8_1"
  76. /* Symbol suffix for module functions */
  77. #define MODULE_SYMBOL 0_8_1
  78. /* Name of package */
  79. #define PACKAGE "vlc"
  80. /* Define to the address where bug reports for this package should be sent. */
  81. #define PACKAGE_BUGREPORT ""
  82. /* Define to the full name of this package. */
  83. #define PACKAGE_NAME "vlc"
  84. /* Define to the full name and version of this package. */
  85. #define PACKAGE_STRING "vlc 0.8.1"
  86. /* Define to the one symbol short name of this package. */
  87. #define PACKAGE_TARNAME "vlc"
  88. /* Define to the version of this package. */
  89. #define PACKAGE_VERSION "0.8.1"
  90. /* Define to 1 if you have the ANSI C header files. */
  91. #define STDC_HEADERS 1
  92. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  93. #define TIME_WITH_SYS_TIME 1
  94. /* Version number of package */
  95. #define VERSION "0.8.1"
  96. /* Simple version string */
  97. #define VERSION_MESSAGE "0.8.1 Janus"
  98. /* Define as `__inline' if that's what the C compiler calls it, or to nothing
  99.    if it is not supported. */
  100. #define inline __inline
  101. /* Define to `long' if <sys/types.h> does not define. */
  102. /* #undef off_t */
  103. /* Define to `unsigned' if <sys/types.h> does not define. */
  104. /* #undef size_t */