Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 20 and Version 21 of Packages/SQLite


Ignore:
Timestamp:
06/25/12 20:49:34 (12 years ago)
Author:
C Rempel
Comment:

/* Flags Explained */

Legend:

Unmodified
Added
Removed
Modified
  • Packages/SQLite

    v20 v21  
    7676}}}=  Flags Explained  =
    7777
    78 PROT_READ, PROT_WRITE, and MAP_SHARED all relate to shared memory support, and they're definitions can be found in the FreeBSD sys/mman.h header.  The SQLite omit altertable was defined to enhance security and reduce code size.  The mmap_kit was linked to provide definitions for mmap and munmap for shared memory support.
     78# PROT_READ, PROT_WRITE, and MAP_SHARED all relate to shared memory support, and they're definitions can be found in the FreeBSD sys/mman.h header.
     79# The SQLite omit altertable was defined to enhance security and reduce code size.
     80# The mmap_kit was linked to provide definitions for mmap and munmap for shared memory support.
    7981=  Configurations Explained  =
    8082