| 91 |
#ifdef NCBI_SEQ_EXPORTS |
#ifdef NCBI_SEQ_EXPORTS |
| 92 |
# define NCBI_BLAST_EXPORTS |
# define NCBI_BLAST_EXPORTS |
| 93 |
# define NCBI_BLASTDB_EXPORTS |
# define NCBI_BLASTDB_EXPORTS |
| 94 |
|
# define NCBI_BLASTXML_EXPORTS |
| 95 |
# define NCBI_SCOREMAT_EXPORTS |
# define NCBI_SCOREMAT_EXPORTS |
| 96 |
# define NCBI_SEQALIGN_EXPORTS |
# define NCBI_SEQALIGN_EXPORTS |
| 97 |
# define NCBI_SEQBLOCK_EXPORTS |
# define NCBI_SEQBLOCK_EXPORTS |
| 100 |
# define NCBI_SEQLOC_EXPORTS |
# define NCBI_SEQLOC_EXPORTS |
| 101 |
# define NCBI_SEQRES_EXPORTS |
# define NCBI_SEQRES_EXPORTS |
| 102 |
# define NCBI_SEQSET_EXPORTS |
# define NCBI_SEQSET_EXPORTS |
| 103 |
|
# define NCBI_SEQEDIT_EXPORTS |
| 104 |
# define NCBI_SEQTEST_EXPORTS |
# define NCBI_SEQTEST_EXPORTS |
| 105 |
# define NCBI_SUBMIT_EXPORTS |
# define NCBI_SUBMIT_EXPORTS |
| 106 |
# define NCBI_TAXON1_EXPORTS |
# define NCBI_TAXON1_EXPORTS |
| 122 |
# define NCBI_XOBJMANIP_EXPORTS |
# define NCBI_XOBJMANIP_EXPORTS |
| 123 |
# define NCBI_FORMAT_EXPORTS |
# define NCBI_FORMAT_EXPORTS |
| 124 |
# define NCBI_XOBJEDIT_EXPORTS |
# define NCBI_XOBJEDIT_EXPORTS |
| 125 |
|
# define NCBI_CLEANUP_EXPORTS |
| 126 |
|
# define NCBI_VALERR_EXPORTS |
| 127 |
#endif |
#endif |
| 128 |
|
|
| 129 |
|
|
| 163 |
/* Definitions for NCBI_ALGO.DLL |
/* Definitions for NCBI_ALGO.DLL |
| 164 |
*/ |
*/ |
| 165 |
#ifdef NCBI_XALGO_EXPORTS |
#ifdef NCBI_XALGO_EXPORTS |
| 166 |
|
# define NCBI_COBALT_EXPORTS |
| 167 |
# define NCBI_XALGOALIGN_EXPORTS |
# define NCBI_XALGOALIGN_EXPORTS |
| 168 |
# define NCBI_XALGOSEQ_EXPORTS |
# define NCBI_XALGOSEQ_EXPORTS |
| 169 |
# define NCBI_XALGOGNOMON_EXPORTS |
# define NCBI_XALGOGNOMON_EXPORTS |
| 170 |
# define NCBI_XALGOPHYTREE_EXPORTS |
# define NCBI_XALGOPHYTREE_EXPORTS |
| 171 |
# define NCBI_XALGOSEQQA_EXPORTS |
# define NCBI_XALGOSEQQA_EXPORTS |
| 172 |
# define NCBI_XALGOWINMASK_EXPORTS |
# define NCBI_XALGOWINMASK_EXPORTS |
| 173 |
|
# define NCBI_XALGODUSTMASK_EXPORTS |
| 174 |
|
# define NCBI_XALGOCONTIG_ASSEMBLY_EXPORTS |
| 175 |
#endif |
#endif |
| 176 |
|
|
| 177 |
|
|
| 222 |
# define NCBI_BDB_CACHE_EXPORT __declspec(dllimport) |
# define NCBI_BDB_CACHE_EXPORT __declspec(dllimport) |
| 223 |
#endif |
#endif |
| 224 |
|
|
| 225 |
|
/* Export specifier for library netcache (ICache) |
| 226 |
|
*/ |
| 227 |
|
#ifdef NCBI_NET_CACHE_EXPORTS |
| 228 |
|
# define NCBI_NET_CACHE_EXPORT __declspec(dllexport) |
| 229 |
|
#else |
| 230 |
|
# define NCBI_NET_CACHE_EXPORT __declspec(dllimport) |
| 231 |
|
#endif |
| 232 |
|
|
| 233 |
|
/* Export specifier for library netcache (IBlobStorage) |
| 234 |
|
*/ |
| 235 |
|
#ifdef NCBI_BLOBSTORAGE_NETCACHE_EXPORTS |
| 236 |
|
# define NCBI_BLOBSTORAGE_NETCACHE_EXPORT __declspec(dllexport) |
| 237 |
|
#else |
| 238 |
|
# define NCBI_BLOBSTORAGE_NETCACHE_EXPORT __declspec(dllimport) |
| 239 |
|
#endif |
| 240 |
|
|
| 241 |
|
/* Export specifier for library filestorage (IBlobStorage) |
| 242 |
|
*/ |
| 243 |
|
#ifdef NCBI_BLOBSTORAGE_FILE_EXPORTS |
| 244 |
|
# define NCBI_BLOBSTORAGE_FILE_EXPORT __declspec(dllexport) |
| 245 |
|
#else |
| 246 |
|
# define NCBI_BLOBSTORAGE_FILE_EXPORT __declspec(dllimport) |
| 247 |
|
#endif |
| 248 |
|
|
| 249 |
/* Export specifier for library biblo |
/* Export specifier for library biblo |
| 250 |
*/ |
*/ |
| 251 |
#ifdef NCBI_BIBLIO_EXPORTS |
#ifdef NCBI_BIBLIO_EXPORTS |
| 270 |
# define NCBI_BLASTDB_EXPORT __declspec(dllimport) |
# define NCBI_BLASTDB_EXPORT __declspec(dllimport) |
| 271 |
#endif |
#endif |
| 272 |
|
|
| 273 |
|
/* Export specifier for library blastxml |
| 274 |
|
*/ |
| 275 |
|
#ifdef NCBI_BLASTXML_EXPORTS |
| 276 |
|
# define NCBI_BLASTXML_EXPORT __declspec(dllexport) |
| 277 |
|
#else |
| 278 |
|
# define NCBI_BLASTXML_EXPORT __declspec(dllimport) |
| 279 |
|
#endif |
| 280 |
|
|
| 281 |
/* Export specifier for library blast |
/* Export specifier for library blast |
| 282 |
*/ |
*/ |
| 283 |
#ifdef NCBI_BLAST_EXPORTS |
#ifdef NCBI_BLAST_EXPORTS |
| 358 |
# define NCBI_DBAPIDRIVER_FTDS_EXPORT __declspec(dllimport) |
# define NCBI_DBAPIDRIVER_FTDS_EXPORT __declspec(dllimport) |
| 359 |
#endif |
#endif |
| 360 |
|
|
| 361 |
|
/* Export specifier for library dbapi_driver_sqlite3 |
| 362 |
|
*/ |
| 363 |
|
#ifdef NCBI_DBAPIDRIVER_SQLITE3_EXPORTS |
| 364 |
|
# define NCBI_DBAPIDRIVER_SQLITE3_EXPORT __declspec(dllexport) |
| 365 |
|
#else |
| 366 |
|
# define NCBI_DBAPIDRIVER_SQLITE3_EXPORT __declspec(dllimport) |
| 367 |
|
#endif |
| 368 |
|
|
| 369 |
/* Export specifier for library dbapi |
/* Export specifier for library dbapi |
| 370 |
*/ |
*/ |
| 371 |
#ifdef NCBI_DBAPI_EXPORTS |
#ifdef NCBI_DBAPI_EXPORTS |
| 687 |
# define NCBI_SEQSET_EXPORT __declspec(dllimport) |
# define NCBI_SEQSET_EXPORT __declspec(dllimport) |
| 688 |
#endif |
#endif |
| 689 |
|
|
| 690 |
|
/* Export specifier for library seqedit |
| 691 |
|
*/ |
| 692 |
|
#ifdef NCBI_SEQEDIT_EXPORTS |
| 693 |
|
# define NCBI_SEQEDIT_EXPORT __declspec(dllexport) |
| 694 |
|
#else |
| 695 |
|
# define NCBI_SEQEDIT_EXPORT __declspec(dllimport) |
| 696 |
|
#endif |
| 697 |
|
|
| 698 |
/* Export specifier for library seqtest |
/* Export specifier for library seqtest |
| 699 |
*/ |
*/ |
| 700 |
#ifdef NCBI_SEQTEST_EXPORTS |
#ifdef NCBI_SEQTEST_EXPORTS |
| 743 |
# define NCBI_VALIDATOR_EXPORT __declspec(dllimport) |
# define NCBI_VALIDATOR_EXPORT __declspec(dllimport) |
| 744 |
#endif |
#endif |
| 745 |
|
|
| 746 |
|
/* Export specifier for library valerr |
| 747 |
|
*/ |
| 748 |
|
#ifdef NCBI_VALERR_EXPORTS |
| 749 |
|
# define NCBI_VALERR_EXPORT __declspec(dllexport) |
| 750 |
|
#else |
| 751 |
|
# define NCBI_VALERR_EXPORT __declspec(dllimport) |
| 752 |
|
#endif |
| 753 |
|
|
| 754 |
|
/* Export specifier for library cleanup |
| 755 |
|
*/ |
| 756 |
|
#ifdef NCBI_CLEANUP_EXPORTS |
| 757 |
|
# define NCBI_CLEANUP_EXPORT __declspec(dllexport) |
| 758 |
|
#else |
| 759 |
|
# define NCBI_CLEANUP_EXPORT __declspec(dllimport) |
| 760 |
|
#endif |
| 761 |
|
|
| 762 |
|
/* Export specifier for library xalgoalign |
| 763 |
|
*/ |
| 764 |
|
#ifdef NCBI_COBALT_EXPORTS |
| 765 |
|
# define NCBI_COBALT_EXPORT __declspec(dllexport) |
| 766 |
|
#else |
| 767 |
|
# define NCBI_COBALT_EXPORT __declspec(dllimport) |
| 768 |
|
#endif |
| 769 |
|
|
| 770 |
/* Export specifier for library xalgoalign |
/* Export specifier for library xalgoalign |
| 771 |
*/ |
*/ |
| 772 |
#ifdef NCBI_XALGOALIGN_EXPORTS |
#ifdef NCBI_XALGOALIGN_EXPORTS |
| 775 |
# define NCBI_XALGOALIGN_EXPORT __declspec(dllimport) |
# define NCBI_XALGOALIGN_EXPORT __declspec(dllimport) |
| 776 |
#endif |
#endif |
| 777 |
|
|
| 778 |
|
/* Export specifier for library xalgocontig_assembly |
| 779 |
|
*/ |
| 780 |
|
#ifdef NCBI_XALGOCONTIG_ASSEMBLY_EXPORTS |
| 781 |
|
# define NCBI_XALGOCONTIG_ASSEMBLY_EXPORT __declspec(dllexport) |
| 782 |
|
#else |
| 783 |
|
# define NCBI_XALGOCONTIG_ASSEMBLY_EXPORT __declspec(dllimport) |
| 784 |
|
#endif |
| 785 |
|
|
| 786 |
/* Export specifier for library xalgognomon |
/* Export specifier for library xalgognomon |
| 787 |
*/ |
*/ |
| 788 |
#ifdef NCBI_XALGOGNOMON_EXPORTS |
#ifdef NCBI_XALGOGNOMON_EXPORTS |
| 815 |
# define NCBI_XALGOSEQQA_EXPORT __declspec(dllimport) |
# define NCBI_XALGOSEQQA_EXPORT __declspec(dllimport) |
| 816 |
#endif |
#endif |
| 817 |
|
|
| 818 |
/* Export specifier for library xalgoseqqa |
/* Export specifier for library xalgowinmask |
| 819 |
*/ |
*/ |
| 820 |
#ifdef NCBI_XALGOWINMASK_EXPORTS |
#ifdef NCBI_XALGOWINMASK_EXPORTS |
| 821 |
# define NCBI_XALGOWINMASK_EXPORT __declspec(dllexport) |
# define NCBI_XALGOWINMASK_EXPORT __declspec(dllexport) |
| 823 |
# define NCBI_XALGOWINMASK_EXPORT __declspec(dllimport) |
# define NCBI_XALGOWINMASK_EXPORT __declspec(dllimport) |
| 824 |
#endif |
#endif |
| 825 |
|
|
| 826 |
|
/* Export specifier for library xalgodustmask |
| 827 |
|
*/ |
| 828 |
|
#ifdef NCBI_XALGODUSTMASK_EXPORTS |
| 829 |
|
# define NCBI_XALGODUSTMASK_EXPORT __declspec(dllexport) |
| 830 |
|
#else |
| 831 |
|
# define NCBI_XALGODUSTMASK_EXPORT __declspec(dllimport) |
| 832 |
|
#endif |
| 833 |
|
|
| 834 |
/* Export specifier for library xalnmgr |
/* Export specifier for library xalnmgr |
| 835 |
*/ |
*/ |
| 836 |
#ifdef NCBI_XALNMGR_EXPORTS |
#ifdef NCBI_XALNMGR_EXPORTS |
| 839 |
# define NCBI_XALNMGR_EXPORT __declspec(dllimport) |
# define NCBI_XALNMGR_EXPORT __declspec(dllimport) |
| 840 |
#endif |
#endif |
| 841 |
|
|
| 842 |
|
/* Export specifier for library xblastformat |
| 843 |
|
*/ |
| 844 |
|
#ifdef NCBI_XBLASTFORMAT_EXPORTS |
| 845 |
|
# define NCBI_XBLASTFORMAT_EXPORT __declspec(dllexport) |
| 846 |
|
#else |
| 847 |
|
# define NCBI_XBLASTFORMAT_EXPORT __declspec(dllimport) |
| 848 |
|
#endif |
| 849 |
|
|
| 850 |
/* Export specifier for library xcgi |
/* Export specifier for library xcgi |
| 851 |
*/ |
*/ |
| 852 |
#ifdef NCBI_XCGI_EXPORTS |
#ifdef NCBI_XCGI_EXPORTS |
| 873 |
#endif |
#endif |
| 874 |
#endif |
#endif |
| 875 |
|
|
| 876 |
|
/* Export specifier for library xgridcgi |
| 877 |
|
*/ |
| 878 |
|
#ifdef NCBI_XGRIDCGI_EXPORTS |
| 879 |
|
# define NCBI_XGRIDCGI_EXPORT __declspec(dllexport) |
| 880 |
|
#else |
| 881 |
|
# define NCBI_XGRIDCGI_EXPORT __declspec(dllimport) |
| 882 |
|
#endif |
| 883 |
|
|
| 884 |
/* Export specifier for library xhtml |
/* Export specifier for library xhtml |
| 885 |
*/ |
*/ |
| 886 |
#ifdef NCBI_XHTML_EXPORTS |
#ifdef NCBI_XHTML_EXPORTS |
| 945 |
# define NCBI_XLOADER_TRACE_EXPORT __declspec(dllimport) |
# define NCBI_XLOADER_TRACE_EXPORT __declspec(dllimport) |
| 946 |
#endif |
#endif |
| 947 |
|
|
| 948 |
|
/* Export specifier for library ncbi_xloader_patcher |
| 949 |
|
*/ |
| 950 |
|
#ifdef NCBI_XLOADER_PATCHER_EXPORTS |
| 951 |
|
# define NCBI_XLOADER_PATCHER_EXPORT __declspec(dllexport) |
| 952 |
|
#else |
| 953 |
|
# define NCBI_XLOADER_PATCHER_EXPORT __declspec(dllimport) |
| 954 |
|
#endif |
| 955 |
|
|
| 956 |
/* Export specifier for library xncbi |
/* Export specifier for library xncbi |
| 957 |
*/ |
*/ |
| 958 |
#ifdef NCBI_XNCBI_EXPORTS |
#ifdef NCBI_XNCBI_EXPORTS |
| 1109 |
# define NCBI_BIBLIO_EXPORT |
# define NCBI_BIBLIO_EXPORT |
| 1110 |
# define NCBI_BIOTREE_EXPORT |
# define NCBI_BIOTREE_EXPORT |
| 1111 |
# define NCBI_BLASTDB_EXPORT |
# define NCBI_BLASTDB_EXPORT |
| 1112 |
|
# define NCBI_BLASTXML_EXPORT |
| 1113 |
# define NCBI_BLAST_EXPORT |
# define NCBI_BLAST_EXPORT |
| 1114 |
|
# define NCBI_BLOBSTORAGE_NETCACHE_EXPORT |
| 1115 |
|
# define NCBI_BLOBSTORAGE_FILE_EXPORT |
| 1116 |
# define NCBI_CDD_EXPORT |
# define NCBI_CDD_EXPORT |
| 1117 |
|
# define NCBI_CLEANUP_EXPORT |
| 1118 |
# define NCBI_CN3D_EXPORT |
# define NCBI_CN3D_EXPORT |
| 1119 |
|
# define NCBI_COBALT_EXPORT |
| 1120 |
# define NCBI_DBAPIDRIVER_CTLIB_EXPORT |
# define NCBI_DBAPIDRIVER_CTLIB_EXPORT |
| 1121 |
# define NCBI_DBAPIDRIVER_DBLIB_EXPORT |
# define NCBI_DBAPIDRIVER_DBLIB_EXPORT |
| 1122 |
# define NCBI_DBAPIDRIVER_EXPORT |
# define NCBI_DBAPIDRIVER_EXPORT |
| 1124 |
# define NCBI_DBAPIDRIVER_MSDBLIB_EXPORT |
# define NCBI_DBAPIDRIVER_MSDBLIB_EXPORT |
| 1125 |
# define NCBI_DBAPIDRIVER_MYSQL_EXPORT |
# define NCBI_DBAPIDRIVER_MYSQL_EXPORT |
| 1126 |
# define NCBI_DBAPIDRIVER_ODBC_EXPORT |
# define NCBI_DBAPIDRIVER_ODBC_EXPORT |
| 1127 |
|
# define NCBI_DBAPIDRIVER_SQLITE3_EXPORT |
| 1128 |
# define NCBI_DBAPIUTIL_BLOBSTORE_EXPORT |
# define NCBI_DBAPIUTIL_BLOBSTORE_EXPORT |
| 1129 |
# define NCBI_DBAPI_CACHE_EXPORT |
# define NCBI_DBAPI_CACHE_EXPORT |
| 1130 |
# define NCBI_DBAPI_EXPORT |
# define NCBI_DBAPI_EXPORT |
| 1149 |
# define NCBI_MMDB2_EXPORT |
# define NCBI_MMDB2_EXPORT |
| 1150 |
# define NCBI_MMDB3_EXPORT |
# define NCBI_MMDB3_EXPORT |
| 1151 |
# define NCBI_NCBIMIME_EXPORT |
# define NCBI_NCBIMIME_EXPORT |
| 1152 |
|
# define NCBI_NET_CACHE_EXPORT |
| 1153 |
# define NCBI_OBJPRT_EXPORT |
# define NCBI_OBJPRT_EXPORT |
| 1154 |
# define NCBI_OMSSA_EXPORT |
# define NCBI_OMSSA_EXPORT |
| 1155 |
# define NCBI_PCASSAY_EXPORT |
# define NCBI_PCASSAY_EXPORT |
| 1162 |
# define NCBI_SEQALIGN_EXPORT |
# define NCBI_SEQALIGN_EXPORT |
| 1163 |
# define NCBI_SEQBLOCK_EXPORT |
# define NCBI_SEQBLOCK_EXPORT |
| 1164 |
# define NCBI_SEQCODE_EXPORT |
# define NCBI_SEQCODE_EXPORT |
| 1165 |
|
# define NCBI_SEQEDIT_EXPORT |
| 1166 |
# define NCBI_SEQFEAT_EXPORT |
# define NCBI_SEQFEAT_EXPORT |
| 1167 |
# define NCBI_SEQLOC_EXPORT |
# define NCBI_SEQLOC_EXPORT |
| 1168 |
# define NCBI_SEQRES_EXPORT |
# define NCBI_SEQRES_EXPORT |
| 1173 |
# define NCBI_SUBMIT_EXPORT |
# define NCBI_SUBMIT_EXPORT |
| 1174 |
# define NCBI_TAXON1_EXPORT |
# define NCBI_TAXON1_EXPORT |
| 1175 |
# define NCBI_TINYSEQ_EXPORT |
# define NCBI_TINYSEQ_EXPORT |
| 1176 |
|
# define NCBI_VALERR_EXPORT |
| 1177 |
# define NCBI_VALIDATOR_EXPORT |
# define NCBI_VALIDATOR_EXPORT |
| 1178 |
# define NCBI_XALGOALIGN_EXPORT |
# define NCBI_XALGOALIGN_EXPORT |
| 1179 |
|
# define NCBI_XALGOCONTIG_ASSEMBLY_EXPORT |
| 1180 |
|
# define NCBI_XALGODUSTMASK_EXPORT |
| 1181 |
# define NCBI_XALGOGNOMON_EXPORT |
# define NCBI_XALGOGNOMON_EXPORT |
| 1182 |
# define NCBI_XALGOPHYTREE_EXPORT |
# define NCBI_XALGOPHYTREE_EXPORT |
| 1183 |
# define NCBI_XALGOSEQQA_EXPORT |
# define NCBI_XALGOSEQQA_EXPORT |
| 1188 |
# define NCBI_XBLASTFORMAT_EXPORT |
# define NCBI_XBLASTFORMAT_EXPORT |
| 1189 |
# define NCBI_XCGI_EXPORT |
# define NCBI_XCGI_EXPORT |
| 1190 |
# define NCBI_XCGI_REDIRECT_EXPORT |
# define NCBI_XCGI_REDIRECT_EXPORT |
| 1191 |
|
# define NCBI_XCONNEXT_EXPORT |
| 1192 |
|
# define NCBI_XGRIDCGI_EXPORT |
| 1193 |
# define NCBI_XHTML_EXPORT |
# define NCBI_XHTML_EXPORT |
| 1194 |
# define NCBI_XIMAGE_EXPORT |
# define NCBI_XIMAGE_EXPORT |
| 1195 |
# define NCBI_XLOADER_BLASTDB_EXPORT |
# define NCBI_XLOADER_BLASTDB_EXPORT |
| 1196 |
# define NCBI_XLOADER_CDD_EXPORT |
# define NCBI_XLOADER_CDD_EXPORT |
| 1197 |
# define NCBI_XLOADER_GENBANK_EXPORT |
# define NCBI_XLOADER_GENBANK_EXPORT |
| 1198 |
# define NCBI_XLOADER_LDS_EXPORT |
# define NCBI_XLOADER_LDS_EXPORT |
| 1199 |
|
# define NCBI_XLOADER_PATCHER_EXPORT |
| 1200 |
# define NCBI_XLOADER_TABLE_EXPORT |
# define NCBI_XLOADER_TABLE_EXPORT |
| 1201 |
# define NCBI_XLOADER_TRACE_EXPORT |
# define NCBI_XLOADER_TRACE_EXPORT |
| 1202 |
# define NCBI_XNCBI_EXPORT |
# define NCBI_XNCBI_EXPORT |
| 1208 |
# define NCBI_XOBJUTIL_EXPORT |
# define NCBI_XOBJUTIL_EXPORT |
| 1209 |
# define NCBI_XOBJWRITE_EXPORT |
# define NCBI_XOBJWRITE_EXPORT |
| 1210 |
# define NCBI_XOMSSA_EXPORT |
# define NCBI_XOMSSA_EXPORT |
| 1211 |
|
# define NCBI_XREADER_CACHE_EXPORT |
| 1212 |
# define NCBI_XREADER_EXPORT |
# define NCBI_XREADER_EXPORT |
| 1213 |
# define NCBI_XREADER_ID1_EXPORT |
# define NCBI_XREADER_ID1_EXPORT |
| 1214 |
# define NCBI_XREADER_ID2_EXPORT |
# define NCBI_XREADER_ID2_EXPORT |
|
# define NCBI_XREADER_CACHE_EXPORT |
|
| 1215 |
# define NCBI_XREADER_PUBSEQOS_EXPORT |
# define NCBI_XREADER_PUBSEQOS_EXPORT |
| 1216 |
# define NCBI_XREGEXP_EXPORT |
# define NCBI_XREGEXP_EXPORT |
| 1217 |
# define NCBI_XSERIAL_EXPORT |
# define NCBI_XSERIAL_EXPORT |
| 1227 |
#define NCBI_TEST_MT_EXPORT |
#define NCBI_TEST_MT_EXPORT |
| 1228 |
#define NCBI_XALNUTIL_EXPORT |
#define NCBI_XALNUTIL_EXPORT |
| 1229 |
#define NCBI_XALNTOOL_EXPORT |
#define NCBI_XALNTOOL_EXPORT |
|
#define NCBI_XBLASTFORMAT_EXPORT |
|
| 1230 |
|
|
| 1231 |
|
|
| 1232 |
#endif /* CORELIB___MSWIN_EXPORT__H */ |
#endif /* CORELIB___MSWIN_EXPORT__H */ |
| 1238 |
/* |
/* |
| 1239 |
* ========================================================================== |
* ========================================================================== |
| 1240 |
* $Log$ |
* $Log$ |
| 1241 |
|
* Revision 1.116 2006/07/05 19:07:32 didenko |
| 1242 |
|
* + NCBI_BLOBSTORAGE_FILE_EXPORT |
| 1243 |
|
* |
| 1244 |
|
* Revision 1.115 2006/06/06 19:52:35 ssikorsk |
| 1245 |
|
* + NCBI_DBAPIDRIVER_SQLITE3_EXPORT |
| 1246 |
|
* |
| 1247 |
|
* Revision 1.114 2006/03/22 15:59:53 dicuccio |
| 1248 |
|
* Added export specifier for COBALT. Reordered dummy defines for Unix. |
| 1249 |
|
* |
| 1250 |
|
* Revision 1.113 2006/02/27 14:50:21 didenko |
| 1251 |
|
* Redone an implementation of IBlobStorage interface based on NetCache as a plugin |
| 1252 |
|
* |
| 1253 |
|
* Revision 1.112 2006/02/16 16:01:35 rsmith |
| 1254 |
|
* move valerr from ncbi_seqmisc to ncbi_seqext |
| 1255 |
|
* |
| 1256 |
|
* Revision 1.111 2006/02/07 15:27:44 rsmith |
| 1257 |
|
* add NCBI_VALERR_EXPORT |
| 1258 |
|
* |
| 1259 |
|
* Revision 1.110 2006/01/26 17:35:50 didenko |
| 1260 |
|
* Added NCBI_SEQEDIT_EXPORT specifier |
| 1261 |
|
* |
| 1262 |
|
* Revision 1.109 2006/01/09 20:00:07 dicuccio |
| 1263 |
|
* Added NET_CACTE exports to corelib |
| 1264 |
|
* |
| 1265 |
|
* Revision 1.108 2006/01/05 19:20:16 kuznets |
| 1266 |
|
* +NCBI_NET_CACHE_EXPORT(s) |
| 1267 |
|
* |
| 1268 |
|
* Revision 1.107 2006/01/04 12:53:13 ssikorsk |
| 1269 |
|
* Remove NCBI_XCONNEXT_EXPORTS. |
| 1270 |
|
* |
| 1271 |
|
* Revision 1.106 2006/01/03 18:49:36 ssikorsk |
| 1272 |
|
* Add NCBI_XCONNEXT_EXPORTS. |
| 1273 |
|
* |
| 1274 |
|
* Revision 1.105 2005/12/21 15:09:13 jcherry |
| 1275 |
|
* Added NCBI_XBLASTFORMAT_EXPORT(S) |
| 1276 |
|
* |
| 1277 |
|
* Revision 1.104 2005/10/18 20:33:56 ucko |
| 1278 |
|
* Add NCBI_CLEANUP_EXPORTS to NCBI_SEQEXT_EXPORTS. |
| 1279 |
|
* |
| 1280 |
|
* Revision 1.103 2005/10/18 16:30:10 rsmith |
| 1281 |
|
* add NCBI_CLEANUP_EXPORT |
| 1282 |
|
* |
| 1283 |
|
* Revision 1.102 2005/08/25 14:06:43 didenko |
| 1284 |
|
* Added data loader patcher |
| 1285 |
|
* |
| 1286 |
|
* Revision 1.101 2005/07/20 15:23:55 jcherry |
| 1287 |
|
* Added NCBI_XALGOCONTIG_ASSEMBLY_EXPORT (under NCBI_XALGO_EXPORTS) |
| 1288 |
|
* |
| 1289 |
|
* Revision 1.100 2005/06/13 16:20:16 ucko |
| 1290 |
|
* +NCBI_BLASTXML_EXPORT (under NCBI_SEQ_EXPORTS, like NCBI_BLASTDB_EXPORT) |
| 1291 |
|
* |
| 1292 |
|
* Revision 1.99 2005/06/03 19:41:37 morgulis |
| 1293 |
|
* *** empty log message *** |
| 1294 |
|
* |
| 1295 |
|
* Revision 1.98 2005/06/03 19:33:23 morgulis |
| 1296 |
|
* Added NCBI_XALGODUSTMASK_EXPORT. |
| 1297 |
|
* |
| 1298 |
|
* Revision 1.97 2005/05/31 15:16:02 didenko |
| 1299 |
|
* Added NCBI_XGRIDCGI_EXPORT |
| 1300 |
|
* |
| 1301 |
* Revision 1.96 2005/05/13 18:23:30 ivanov |
* Revision 1.96 2005/05/13 18:23:30 ivanov |
| 1302 |
* Do not use C++ comments in the .h files |
* Do not use C++ comments in the .h files |
| 1303 |
* |
* |