Go to the documentation of this file.   26 #ifndef __TERRALIB_WFS_INTERNAL_CONFIG_H    27 #define __TERRALIB_WFS_INTERNAL_CONFIG_H    29 #define TE_WFS_MODULE_NAME "te.wfs"    36 #define TE_WFS_DRIVER_IDENTIFIER "WFS"    48 #define TE_WFS_TEXT_DOMAIN "tewfs"    55 #define TE_WFS_TEXT_DOMAIN_DIR "locale"    62 #define TR_WFS(message) TR(message, TE_WFS_TEXT_DOMAIN)    69 #define TR_WFS_PLURAL(message1, message2, n) TR_PLURAL(TE_WFS_TEXT_DOMAIN, message1, message2, n)    91     #pragma warning( disable : 4251 )    92     #pragma warning( disable : 4275 )    93     #pragma warning( disable : 4290 )    97     #define TEWFSEXPORT                          // Don't need to export/import... it is a static library    99     #define TEWFSEXPORT  __declspec(dllexport)   // export DLL information   101     #define TEWFSEXPORT  __declspec(dllimport)   // import DLL information   109 #endif  // __TERRALIB_WFS_INTERNAL_CONFIG_H