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

多媒体

开发平台:

MultiPlatform

  1. /* config.h.in.  Generated by hand.  */
  2. /* The ./configure command line */
  3. #define CONFIGURE_LINE "eMbedded Visual C++"
  4. /* Copyright string */
  5. #define COPYRIGHT_MESSAGE "VLC media player - version @VERSION@ @CODENAME@ - (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 the `getcwd' function. */
  11. #define HAVE_GETCWD 1
  12. /* Define to 1 if you have the `getpagesize' function. */
  13. #define HAVE_GETPAGESIZE 1
  14. /* Define to 1 if you have the <limits.h> header file. */
  15. #define HAVE_LIMITS_H 1
  16. /* Define to 1 if you have the <malloc.h> header file. */
  17. #define HAVE_MALLOC_H 1
  18. /* Define to 1 if you have the <memory.h> header file. */
  19. #define HAVE_MEMORY_H 1
  20. /* Define to 1 if you have the `setlocale' function. */
  21. #define HAVE_SETLOCALE 1
  22. /* Define to 1 if you have the <stdlib.h> header file. */
  23. #define HAVE_STDLIB_H 1
  24. /* Define to 1 if you have the <strings.h> header file. */
  25. #define HAVE_STRINGS_H 1
  26. /* Define to 1 if you have the <string.h> header file. */
  27. #define HAVE_STRING_H 1
  28. /* Define to 1 if you have the `strtod' function. */
  29. #define HAVE_STRTOD 1
  30. /* Define to 1 if you have the `strtol' function. */
  31. #define HAVE_STRTOL 1
  32. /* Define to 1 if you have the `strtoul' function. */
  33. #define HAVE_STRTOUL 1
  34. /* Define as const if the declaration of iconv() needs const. */
  35. #define ICONV_CONST const
  36. /* Define if integer division by zero raises signal SIGFPE. */
  37. #define INTDIV0_RAISES_SIGFPE 0
  38. /* Dynamic object extension */
  39. #define LIBEXT ".dll"
  40. /* String suffix for module functions */
  41. #define MODULE_SUFFIX "__@SYMBOL@"
  42. /* Symbol suffix for module functions */
  43. #define MODULE_SYMBOL @SYMBOL@
  44. /* Name of package */
  45. #define PACKAGE "vlc"
  46. /* Define to the address where bug reports for this package should be sent. */
  47. #define PACKAGE_BUGREPORT ""
  48. /* Define to the full name of this package. */
  49. #define PACKAGE_NAME "vlc"
  50. /* Define to the full name and version of this package. */
  51. #define PACKAGE_STRING "vlc @VERSION@"
  52. /* Define to the one symbol short name of this package. */
  53. #define PACKAGE_TARNAME "vlc"
  54. /* Define to the version of this package. */
  55. #define PACKAGE_VERSION "@VERSION@"
  56. /* Define to 1 if you have the ANSI C header files. */
  57. #define STDC_HEADERS 1
  58. /* Version number of package */
  59. #define VERSION "@VERSION@"
  60. /* Simple version string */
  61. #define VERSION_MESSAGE "@VERSION@ @CODENAME@"
  62. /* Define as `__inline' if that's what the C compiler calls it, or to nothing
  63.    if it is not supported. */
  64. #define inline __inline
  65. /* Define to `long' if <sys/types.h> does not define. */
  66. /* #undef off_t */
  67. /* Define to `unsigned' if <sys/types.h> does not define. */
  68. /* #undef size_t */