Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
hugin_config_mac.h
Go to the documentation of this file.00001 /* src/include/config.h.in. Generated from configure.ac by autoheader. */ 00002 00003 /* have boost */ 00004 #define HAVE_BOOST 1 00005 00006 /* define if the Boost::THREAD library is available */ 00007 #define HAVE_BOOST_THREAD 1 00008 00009 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the 00010 CoreFoundation framework. */ 00011 #define HAVE_CFLOCALECOPYCURRENT 1 00012 00013 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in 00014 the CoreFoundation framework. */ 00015 #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 00016 00017 /* Define if the GNU dcgettext() function is already present or preinstalled. 00018 */ 00019 #define HAVE_DCGETTEXT 1 00020 00021 /* Define to 1 if you have the <dlfcn.h> header file. */ 00022 #define HAVE_DLFCN_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 #define HAVE_ICONV 1 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 <memory.h> header file. */ 00034 #define HAVE_MEMORY_H 1 00035 00036 /* Define to 1 if you have the <pano13/queryfeature.h> header file. */ 00037 #define HAVE_PANO13_QUERYFEATURE_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 /* Define to 1 if you have the ANSI C header files. */ 00061 #define STDC_HEADERS 1 00062 00063 /* Define if you have Panotools library */ 00064 #define HasPANO13 1 00065 #define PANO13_FOUND 1 00066 00067 00068 /* Define if you have JPEG library */ 00069 #define HasJPEG 1 00070 00071 /* Define if you have PNG library */ 00072 #define HasPNG 1 00073 00074 /* Define if you have TIFF library */ 00075 #define HasTIFF 1 00076 00077 /* Define if you have OpenEXR library */ 00078 #define HasEXR 1 00079 00080 /* Install Location of Hugin */ 00081 #define INSTALL_LOCALE_DIR "" 00082 00083 /* Location for XRC information */ 00084 #define INSTALL_XRC_DIR "" 00085 00086 /* Location for data */ 00087 #define INSTALL_DATA_DIR "" 00088 00089 // Self-contained build 00090 #define MAC_SELF_CONTAINED_BUNDLE 1 00091 00092 // Exiv2 00093 #define HUGIN_USE_EXIV2 1
1.3.9.1