Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
616 B

  1. //============== DAE: OS/2 Database Access Engine ===================
  2. //============== spaceint.h: Space Manager Internals ===================
  3. /* miscellaneous constants
  4. */
  5. #define fFreeToPool fTrue
  6. /* Space Manager constants
  7. */
  8. #define cSecFrac 4 // divider of primary extent to get secondary
  9. // extent size, =cpgPrimary/cpgSecondary
  10. #define cpgSESysMin 16 // minimum secondary extent size
  11. #define pgnoSysMax (1<<22) // maximum page number allowed in database
  12. #define NA 0
  13. #define fDIBNull 0
  14. /* FUCB work area flags
  15. */
  16. #define fNone 0
  17. #define fSecondary 1
  18. #define fFreed 2