Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
hugin_config_msvc.h
Go to the documentation of this file.00001 /* src/include/config.h. Generated by configure. */ 00002 /* src/include/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 /* #undef ENABLE_NLS */ 00007 00008 /* have boost */ 00009 #define HAVE_BOOST 1 00010 00011 /* have boost unit test framework library */ 00012 /* #undef HAVE_BOOST_TEST */ 00013 00014 /* Define to 1 if you have the <boost/test/test_tools.hpp> header file. */ 00015 /* #undef HAVE_BOOST_TEST_TEST_TOOLS_HPP */ 00016 00017 /* Define if the GNU dcgettext() function is already present or preinstalled. 00018 */ 00019 /* #undef HAVE_DCGETTEXT */ 00020 00021 /* Define to 1 if you have the <dlfcn.h> header file. */ 00022 /* #undef HAVE_DLFCN_H */ 00023 00024 /* Define if the FFTW library is available */ 00025 //#define HAVE_FFTW 00026 00027 /* Define if the GNU gettext() function is already present or preinstalled. */ 00028 /* #undef HAVE_GETTEXT */ 00029 00030 /* Define if you have the iconv() function. */ 00031 /* #undef HAVE_ICONV */ 00032 00033 /* Define to 1 if you have the <inttypes.h> header file. */ 00034 #define HAVE_INTTYPES_H 1 00035 00036 /* Define to 1 if you have the <memory.h> header file. */ 00037 #define HAVE_MEMORY_H 1 00038 00039 /* Define to 1 if you have the <stdint.h> header file. */ 00040 //#define HAVE_STDINT_H 1 00041 00042 /* Define to 1 if you have the <stdlib.h> header file. */ 00043 //#define HAVE_STDLIB_H 1 00044 00045 /* Define to 1 if you have the <strings.h> header file. */ 00046 //#define HAVE_STRINGS_H 1 00047 00048 /* Define to 1 if you have the <string.h> header file. */ 00049 #define HAVE_STRING_H 1 00050 00051 /* Define to 1 if you have the <sys/stat.h> header file. */ 00052 #define HAVE_SYS_STAT_H 1 00053 00054 /* Define to 1 if you have the <sys/types.h> header file. */ 00055 #define HAVE_SYS_TYPES_H 1 00056 00057 /* Define to 1 if you have the <unistd.h> header file. */ 00058 //#define HAVE_UNISTD_H 1 00059 00060 /* Current Version of Hugin */ 00061 #define HUGIN_VERSION 0.7 00062 00063 /* Define if you have JPEG library */ 00064 #define HasJPEG 1 00065 00066 /* Define if you have Panotools library (pano13) */ 00067 #define HasPANO13 1 00068 00069 /* Define if you have PNG library */ 00070 #define HasPNG 1 00071 00072 /* Define if you have TIFF library */ 00073 #define HasTIFF 1 00074 00075 /* Install Location of Hugin */ 00076 #define INSTALL_LOCALE_DIR "locale" 00077 00078 /* Location for XRC information */ 00079 #define INSTALL_XRC_DIR "xrc" 00080 00081 /* Define to the address where bug reports for this package should be sent. */ 00082 #define PACKAGE_BUGREPORT "pablo.dangelo@web.de" 00083 00084 /* Define to the full name of this package. */ 00085 #define PACKAGE_NAME "hugin" 00086 00087 /* Define to the full name and version of this package. */ 00088 #define PACKAGE_STRING "hugin 0.5" 00089 00090 /* Define to the one symbol short name of this package. */ 00091 #define PACKAGE_TARNAME "hugin" 00092 00093 /* Define to the version of this package. */ 00094 #define PACKAGE_VERSION "0.5" 00095 00096 /* Define to 1 if you have the ANSI C header files. */ 00097 #define STDC_HEADERS 1 00098 00099 // build against static glew libraries, which is good for Windows 00100 #define GLEW_STATIC
1.3.9.1