00001 /* src/config.h. Generated from config.h.in by configure. */ 00002 /* src/config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* Define to 1 if translation of program messages to the user's native 00005 language is requested. */ 00006 #define ENABLE_NLS 1 00007 00008 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the 00009 CoreFoundation framework. */ 00010 /* #undef HAVE_CFLOCALECOPYCURRENT */ 00011 00012 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in 00013 the CoreFoundation framework. */ 00014 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ 00015 00016 /* Define if the GNU dcgettext() function is already present or preinstalled. 00017 */ 00018 #define HAVE_DCGETTEXT 1 00019 00020 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 00021 */ 00022 #define HAVE_DIRENT_H 1 00023 00024 /* Define if the GNU gettext() function is already present or preinstalled. */ 00025 #define HAVE_GETTEXT 1 00026 00027 /* Define if you have the iconv() function. */ 00028 /* #undef HAVE_ICONV */ 00029 00030 /* Define to 1 if you have the <inttypes.h> header file. */ 00031 #define HAVE_INTTYPES_H 1 00032 00033 /* Define to 1 if you have the `SDL_gfx' library (-lSDL_gfx). */ 00034 #define HAVE_LIBSDL_GFX 1 00035 00036 /* Define to 1 if you have the `SDL_image' library (-lSDL_image). */ 00037 #define HAVE_LIBSDL_IMAGE 1 00038 00039 /* Define to 1 if you have the `SDL_mixer' library (-lSDL_mixer). */ 00040 #define HAVE_LIBSDL_MIXER 1 00041 00042 /* Define to 1 if you have the `SDL_net' library (-lSDL_net). */ 00043 #define HAVE_LIBSDL_NET 1 00044 00045 /* Define to 1 if you have the `SDL_ttf' library (-lSDL_ttf). */ 00046 #define HAVE_LIBSDL_TTF 1 00047 00048 /* Define to 1 if you have the <memory.h> header file. */ 00049 #define HAVE_MEMORY_H 1 00050 00051 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 00052 /* #undef HAVE_NDIR_H */ 00053 00054 /* Define to 1 if you have the <SDL_rotozoom.h> header file. */ 00055 #define HAVE_SDL_ROTOZOOM_H 1 00056 00057 /* Define to 1 if you have the <stdint.h> header file. */ 00058 #define HAVE_STDINT_H 1 00059 00060 /* Define to 1 if you have the <stdlib.h> header file. */ 00061 #define HAVE_STDLIB_H 1 00062 00063 /* Define to 1 if you have the <strings.h> header file. */ 00064 #define HAVE_STRINGS_H 1 00065 00066 /* Define to 1 if you have the <string.h> header file. */ 00067 #define HAVE_STRING_H 1 00068 00069 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 00070 */ 00071 /* #undef HAVE_SYS_DIR_H */ 00072 00073 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 00074 */ 00075 /* #undef HAVE_SYS_NDIR_H */ 00076 00077 /* Define to 1 if you have the <sys/stat.h> header file. */ 00078 #define HAVE_SYS_STAT_H 1 00079 00080 /* Define to 1 if you have the <sys/types.h> header file. */ 00081 #define HAVE_SYS_TYPES_H 1 00082 00083 /* Define to 1 if you have the <unistd.h> header file. */ 00084 #define HAVE_UNISTD_H 1 00085 00086 /* Name of package */ 00087 #define PACKAGE "wormux" 00088 00089 /* Define to the address where bug reports for this package should be sent. */ 00090 #define PACKAGE_BUGREPORT "wormux-dev@gna.org" 00091 00092 /* Define to the full name of this package. */ 00093 #define PACKAGE_NAME "Wormux" 00094 00095 /* Define to the full name and version of this package. */ 00096 #define PACKAGE_STRING "Wormux 0.7.9rc2" 00097 00098 /* Define to the one symbol short name of this package. */ 00099 #define PACKAGE_TARNAME "wormux" 00100 00101 /* Define to the version of this package. */ 00102 #define PACKAGE_VERSION "0.7.9rc2" 00103 00104 /* Define to 1 if you have the ANSI C header files. */ 00105 #define STDC_HEADERS 1 00106 00107 /* Version number of package */ 00108 #define VERSION "0.7.9rc2"