Differences From 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]
To Artifact [282078a7c0]:
- File config.h.in — part of check-in [525f68fcf8] at 2006-12-17 03:35:15 on branch trunk — Added working addr and ipv4 conversion functions (user: rkeene, size: 3885) [annotate] [blame] [check-ins using]
︙ | |||
19 20 21 22 23 24 25 26 27 28 29 30 31 32 | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | + + + + + + | #undef HAVE_INTTYPES_H /* Define to 1 if you have fopen_net from libopennet */ #undef HAVE_LIBOPENNET /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H /* Define to 1 if you have the <netdb.h> header file. */ #undef HAVE_NETDB_H /* Define to 1 if you have the <netinet/in.h> header file. */ #undef HAVE_NETINET_IN_H /* Define to 1 if you have the <opennet.h> header file. */ #undef HAVE_OPENNET_H /* Define to 1 if you have the <pwd.h> header file. */ #undef HAVE_PWD_H |
︙ |