Differences From Artifact [8b750d35e8]:
- File src/config.h — part of check-in [c06edd231f] at 2010-05-16 19:08:45 on branch clear-title — Change from GPL to the Simplified BSD License. (user: drh size: 3123)
To Artifact [d93b5074b2]:
- File src/config.h — part of check-in [958f596637] at 2010-08-25 16:03:21 on branch experimental — Continuing work on the ssh:// sync protocol. (user: drh size: 3168) [more...]
| ︙ | |||
27 28 29 30 31 32 33 34 35 36 37 38 39 40 | 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | + + | #include <ctype.h> #include <string.h> #include <stdarg.h> #include <assert.h> #ifdef __MINGW32__ # include <windows.h> #else # include <sys/types.h> # include <signal.h> # include <pwd.h> #endif #include "sqlite3.h" /* ** Typedef for a 64-bit integer |
| ︙ |