00001 /* config.h.in. Generated by hand. */ 00002 00003 /* The ./configure command line */ 00004 #define CONFIGURE_LINE "eMbedded Visual C++" 00005 00006 /* Copyright string */ 00007 #define COPYRIGHT_MESSAGE "VLC media player - version 0.8.4a Janus - (c) 1996-2004 VideoLAN" 00008 00009 /* Maximum supported data alignment */ 00010 #define ATTRIBUTE_ALIGNED_MAX 16 00011 00012 /* Define if we have support for dynamic plugins */ 00013 #define HAVE_DYNAMIC_PLUGINS 1 00014 00015 /* Define if you have Windows' LoadLibrary */ 00016 #define HAVE_DL_WINDOWS 1 00017 00018 /* Define to 1 if you have the `getcwd' function. */ 00019 #define HAVE_GETCWD 1 00020 00021 /* Define to 1 if you have the `getpagesize' function. */ 00022 #define HAVE_GETPAGESIZE 1 00023 00024 /* Define to 1 if you have the <limits.h> header file. */ 00025 #define HAVE_LIMITS_H 1 00026 00027 /* Define to 1 if you have the <malloc.h> header file. */ 00028 #define HAVE_MALLOC_H 1 00029 00030 /* Define to 1 if you have the <memory.h> header file. */ 00031 #define HAVE_MEMORY_H 1 00032 00033 /* Define to 1 if you have the `setlocale' function. */ 00034 #define HAVE_SETLOCALE 1 00035 00036 /* Define to 1 if you have the <stdlib.h> header file. */ 00037 #define HAVE_STDLIB_H 1 00038 00039 /* Define to 1 if you have the <strings.h> header file. */ 00040 #define HAVE_STRINGS_H 1 00041 00042 /* Define to 1 if you have the <string.h> header file. */ 00043 #define HAVE_STRING_H 1 00044 00045 /* Define to 1 if you have the `strtod' function. */ 00046 #define HAVE_STRTOD 1 00047 00048 /* Define to 1 if you have the `strtol' function. */ 00049 #define HAVE_STRTOL 1 00050 00051 /* Define to 1 if you have the `strtoul' function. */ 00052 #define HAVE_STRTOUL 1 00053 00054 /* Define as const if the declaration of iconv() needs const. */ 00055 #define ICONV_CONST const 00056 00057 /* Define if integer division by zero raises signal SIGFPE. */ 00058 #define INTDIV0_RAISES_SIGFPE 0 00059 00060 /* Dynamic object extension */ 00061 #define LIBEXT ".dll" 00062 00063 /* String suffix for module functions */ 00064 #define MODULE_SUFFIX "__0_8_4a" 00065 00066 /* Symbol suffix for module functions */ 00067 #define MODULE_SYMBOL 0_8_4a 00068 00069 /* Name of package */ 00070 #define PACKAGE "vlc" 00071 00072 /* Define to the address where bug reports for this package should be sent. */ 00073 #define PACKAGE_BUGREPORT "" 00074 00075 /* Define to the full name of this package. */ 00076 #define PACKAGE_NAME "vlc" 00077 00078 /* Define to the full name and version of this package. */ 00079 #define PACKAGE_STRING "vlc 0.8.4a" 00080 00081 /* Define to the one symbol short name of this package. */ 00082 #define PACKAGE_TARNAME "vlc" 00083 00084 /* Define to the version of this package. */ 00085 #define PACKAGE_VERSION "0.8.4a" 00086 00087 /* Define to 1 if you have the ANSI C header files. */ 00088 #define STDC_HEADERS 1 00089 00090 /* Version number of package */ 00091 #define VERSION "0.8.4a" 00092 00093 /* Simple version string */ 00094 #define VERSION_MESSAGE "0.8.4a Janus" 00095 00096 /* compiler */ 00097 #define VLC_COMPILER "Microsoft eMbedded Visual C++" 00098 00099 /* user who ran configure */ 00100 #define VLC_COMPILE_BY "user" 00101 00102 /* domain of the host which ran configure */ 00103 #define VLC_COMPILE_DOMAIN "videolan.org" 00104 00105 /* host which ran configure */ 00106 #define VLC_COMPILE_HOST "machine" 00107 00108 /* Define as `__inline' if that's what the C compiler calls it, or to nothing 00109 if it is not supported. */ 00110 #define inline __inline 00111 00112 /* Define to `long' if <sys/types.h> does not define. */ 00113 /* #undef off_t */ 00114 00115 /* Define to `unsigned' if <sys/types.h> does not define. */ 00116 /* #undef size_t */