Differences From Artifact [978760f3c3]:
- File src/config.h — part of check-in [62f8acbe73] at 2010-10-14 18:48:11 on branch trunk — Remove a bunch of unused code. (user: drh size: 2779)
To Artifact [7e9acc5888]:
- File src/config.h — part of check-in [2fac809165] at 2010-10-14 19:14:39 on branch trunk — Remove all use of ctypes.h in order to avoid compiler warnings and other problems associated with changing locales. (user: drh size: 2817)
| ︙ | |||
31 32 33 34 35 36 37 | 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | - + | /* ** System header files used by all modules */ #include <unistd.h> #include <stdio.h> #include <stdlib.h> |
| ︙ |