home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / vgserv45.zip / BASE / HPTWGS2 / include / fcwrcl.h < prev    next >
C/C++ Source or Header  |  2001-03-21  |  3KB  |  122 lines

  1. /*****************************************************************************/
  2. /*                                                                           */
  3. /*                           OCO SOURCE MATERIALS                            */
  4. /*                             IBM CONFIDENTIAL                              */
  5. /*                                    OR                                     */
  6. /*                        IBM CONFIDENTIAL RESTRICTED                        */
  7. /*            WHEN COMBINED WITH THE AGGREGATED OCO SOURCE MODULES           */
  8. /*                           FOR THIS PROGRAM PRODUCT                        */
  9. /*                                                                           */
  10. /*      VisualAge Generator Server for OS/2, AIX, HP-UX, and Windows NT      */
  11. /*                          Version 3.0  5697-C28                            */
  12. /*                    (C) COPYRIGHT IBM CORP. 1994,1997                      */
  13. /*                                                                           */
  14. /*  PQ01683 - cpb - support LUWCONTROL=CLIENT                                */
  15. /*  F11712  - @A1 - Unicode Support                                          */
  16. /*****************************************************************************/
  17. #include <stdlib.h>
  18. #include <stdio.h>
  19. #include <string.h>
  20. #include <iostream.h>
  21.  
  22. #if defined FCW_NT
  23. #define FCW_APPLICATION
  24. #endif
  25.  
  26. #ifndef FCWCMN_H
  27. #include <fcwcmn.h>
  28. #endif
  29.  
  30. #ifndef FCWLIST_H
  31. #include <fcwlist.h>
  32. #endif
  33.  
  34. #ifndef FCWTRACE_H
  35. #include <fcwtrace.h>
  36. #endif
  37.  
  38. #ifndef FCWQLONG_H
  39. #include <fcwqlong.h>
  40. #endif
  41.  
  42. #ifndef FCWQNUM_H
  43. #include <fcwqnum.h>
  44. #endif
  45.  
  46. #ifndef FCWPARM_H
  47. #include <fcwparm.h>
  48. #endif
  49.  
  50. #ifndef FCWRECD_H
  51. #include <fcwrecd.h>
  52. #endif
  53.  
  54. #ifndef FCWEXP_H
  55. #include <fcwexp.h>
  56. #endif
  57.  
  58. #ifndef FCWEXPU_H
  59. #include <fcwexpu.h>
  60. #endif
  61.  
  62. #ifndef FCWTBL_H
  63. #include <fcwtbl.h>
  64. #endif
  65.  
  66. #ifndef FCWTBLU_H
  67. #include <fcwtblu.h>
  68. #endif
  69.  
  70. #ifndef FCWATTR_H
  71. #include <fcwattr.h>
  72. #endif
  73.  
  74. #ifndef FCWMAP_H
  75. #include <fcwmap.h>
  76. #endif
  77.  
  78. #ifndef FCWKEYS_H
  79. #include <fcwkeys.h>
  80. #endif
  81.  
  82. #ifndef FCWUIREC_H
  83. #include <fcwuirec.h>
  84. #endif
  85.  
  86. #ifndef FCWAPP_H
  87. #include <fcwapp.h>
  88. #endif
  89.  
  90. #ifndef FCWEXMAP_H
  91. #include <fcwexmap.h>
  92. #endif
  93.  
  94. #ifndef FCWXOCIB_H                     /* ODBC                             */
  95. #include <fcwxocib.h>
  96. #endif
  97.  
  98. #if defined( SQL_H ) || defined( SQLDB2_H ) || defined( SQLORACLE_H )
  99.   #include   <fcwmsqr.h>
  100.   #include   <fcwmsqi.h>
  101.   #include   <fcwmsqiu.h>
  102. #endif
  103.  
  104. #ifdef  SQLODBC_H                      /* ODBC                             */
  105.   #include   <fcwcmndb.h>
  106.   #include   <fcwosqr.h>
  107.   #include   <fcwmsqi.h>
  108.   #include   <fcwmsqiu.h>
  109. #endif
  110.  
  111. #ifndef FCWERRPC_H
  112. #include <fcwerrpc.h>
  113. #endif
  114.  
  115. #ifndef FCWMSG_H                       /* VG 4.0                           */
  116. #include <fcwmsg.h>
  117. #endif
  118.  
  119. #ifndef CSO2API_H
  120. #include <cso2api.h>
  121. #endif
  122.