Differences From Artifact [105e0ec8a5]:
- File config.h.in — part of check-in [80d18a8d82] at 2004-12-18 10:05:59 on branch trunk — Win32 support fixed. Added a new man page (lc_cleanup) (user: rkeene, size: 3635) [annotate] [blame] [check-ins using]
To Artifact [003ec03eae]:
- File config.h.in — part of check-in [0febd33a2d] at 2004-12-25 19:45:14 on branch trunk — Updated Mac OS X support (7.7.0 with gcc 3.3 now works) Added a --enable-small that disables a few options to make a smaller library. Updated win32 build to make an i386 object explicitly (this may have been the default) libconfig 0.1.15 (user: rkeene, size: 3719) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 | /* config.h.in. Generated from configure.ac by autoheader. */ /* Define to 1 if you have the <ctype.h> header file. */ #undef HAVE_CTYPE_H /* Define to 1 if you have the <dirent.h> header file. */ #undef HAVE_DIRENT_H | > > > | 1 2 3 4 5 6 7 8 9 10 11 | /* config.h.in. Generated from configure.ac by autoheader. */ /* Define to 1 if you want to produce a minimalistic build. */ #undef ENABLE_SMALL /* Define to 1 if you have the <ctype.h> header file. */ #undef HAVE_CTYPE_H /* Define to 1 if you have the <dirent.h> header file. */ #undef HAVE_DIRENT_H |
︙ | ︙ |