Main Page | Modules | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

config.h

00001 /* config.h.in.  Generated by hand.  */
00002 
00003 /* The ./configure command line */
00004 #define CONFIGURE_LINE "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 want the HTTP dameon support */
00016 #define ENABLE_HTTPD 1
00017 
00018 /* Define if you have Windows' LoadLibrary */
00019 #define HAVE_DL_WINDOWS 1
00020 
00021 /* Define to 1 if you have `alloca', as a function or macro. */
00022 #define HAVE_ALLOCA 1
00023 
00024 /* Define to 1 if you have the `atof' function. */
00025 #define HAVE_ATOF 1
00026 
00027 /* Define to 1 if you have the <errno.h> header file. */
00028 #define HAVE_ERRNO_H 1
00029 
00030 /* Define to 1 if you have the <fcntl.h> header file. */
00031 #define HAVE_FCNTL_H 1
00032 
00033 /* Define to 1 if you have the `getcwd' function. */
00034 #define HAVE_GETCWD 1
00035 
00036 /* Define to 1 if you have the `getenv' function. */
00037 #define HAVE_GETENV 1
00038 
00039 /* Define to 1 if you have the `getpagesize' function. */
00040 #define HAVE_GETPAGESIZE 1
00041 
00042 /* Define to 1 if you have the <limits.h> header file. */
00043 #define HAVE_LIMITS_H 1
00044 
00045 /* Define to 1 if you have the <locale.h> header file. */
00046 #define HAVE_LOCALE_H 1
00047 
00048 /* Define to 1 if you have the `lseek' function. */
00049 #define HAVE_LSEEK 1
00050 
00051 /* Define to 1 if you have the <malloc.h> header file. */
00052 #define HAVE_MALLOC_H 1
00053 
00054 /* Define to 1 if you have the <memory.h> header file. */
00055 #define HAVE_MEMORY_H 1
00056 
00057 /* Define to 1 if you have the `putenv' function. */
00058 #define HAVE_PUTENV 1
00059 
00060 /* Define to 1 if you have the `setlocale' function. */
00061 #define HAVE_SETLOCALE 1
00062 
00063 /* Define to 1 if you have the <signal.h> header file. */
00064 #define HAVE_SIGNAL_H 1
00065 
00066 /* Define to 1 if you have the <stddef.h> header file. */
00067 #define HAVE_STDDEF_H 1
00068 
00069 /* Define to 1 if you have the <stdlib.h> header file. */
00070 #define HAVE_STDLIB_H 1
00071 
00072 /* Define to 1 if you have the `strdup' function. */
00073 #define HAVE_STRDUP 1
00074 
00075 /* Define to 1 if you have the `strerror' function. */
00076 #define HAVE_STRERROR 1
00077 
00078 /* Define to 1 if you have the `stricmp' function. */
00079 #define HAVE_STRICMP 1
00080 
00081 /* Define to 1 if you have the <strings.h> header file. */
00082 #define HAVE_STRINGS_H 1
00083 
00084 /* Define to 1 if you have the <string.h> header file. */
00085 #define HAVE_STRING_H 1
00086 
00087 /* Define to 1 if you have the `strnicmp' function. */
00088 #define HAVE_STRNICMP 1
00089 
00090 /* Define to 1 if you have the `strtod' function. */
00091 #define HAVE_STRTOD 1
00092 
00093 /* Define to 1 if you have the `strtol' function. */
00094 #define HAVE_STRTOL 1
00095 
00096 /* Define to 1 if you have the `strtoul' function. */
00097 #define HAVE_STRTOUL 1
00098 
00099 /* Define to 1 if you have the <sys/stat.h> header file. */
00100 #define HAVE_SYS_STAT_H 1
00101 
00102 /* Define to 1 if you have the <sys/types.h> header file. */
00103 #define HAVE_SYS_TYPES_H 1
00104 
00105 /* Define to 1 if you have the <time.h> header file. */
00106 #define HAVE_TIME_H 1
00107 
00108 /* Define as const if the declaration of iconv() needs const. */
00109 #define ICONV_CONST const
00110 
00111 /* Define if integer division by zero raises signal SIGFPE. */
00112 #define INTDIV0_RAISES_SIGFPE 0
00113 
00114 /* Dynamic object extension */
00115 #define LIBEXT ".dll"
00116 
00117 /* String suffix for module functions */
00118 #define MODULE_SUFFIX "__0_8_4a"
00119 
00120 /* Symbol suffix for module functions */
00121 #define MODULE_SYMBOL 0_8_4a
00122 
00123 /* Name of package */
00124 #define PACKAGE "vlc"
00125 
00126 /* Define to the address where bug reports for this package should be sent. */
00127 #define PACKAGE_BUGREPORT ""
00128 
00129 /* Define to the full name of this package. */
00130 #define PACKAGE_NAME "vlc"
00131 
00132 /* Define to the full name and version of this package. */
00133 #define PACKAGE_STRING "vlc 0.8.4a"
00134 
00135 /* Define to the one symbol short name of this package. */
00136 #define PACKAGE_TARNAME "vlc"
00137 
00138 /* Define to the version of this package. */
00139 #define PACKAGE_VERSION "0.8.4a"
00140 
00141 /* Define to 1 if you have the ANSI C header files. */
00142 #define STDC_HEADERS 1
00143 
00144 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
00145 #define TIME_WITH_SYS_TIME 1
00146 
00147 /* Version number of package */
00148 #define VERSION "0.8.4a"
00149 
00150 /* Simple version string */
00151 #define VERSION_MESSAGE "0.8.4a Janus"
00152 
00153 /* compiler */
00154 #define VLC_COMPILER "Microsoft Visual C++"
00155 
00156 /* user who ran configure */
00157 #define VLC_COMPILE_BY "user"
00158 
00159 /* domain of the host which ran configure */
00160 #define VLC_COMPILE_DOMAIN "videolan.org"
00161 
00162 /* host which ran configure */
00163 #define VLC_COMPILE_HOST "machine"
00164 
00165 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
00166    if it is not supported. */
00167 #define inline __inline
00168 
00169 /* Define to `long' if <sys/types.h> does not define. */
00170 /* #undef off_t */
00171 
00172 /* Define to `unsigned' if <sys/types.h> does not define. */
00173 /* #undef size_t */
00174 
00175 #define HAVE_STRUCT_ADDRINFO 1
00176 #define HAVE_DYNAMIC_PLUGINS 1

Generated on Tue Dec 20 10:14:18 2005 for vlc-0.8.4a by  doxygen 1.4.2