comparison src/define.h @ 153:0b1766da9be8

use AM_ICONV for better portability of the library location. structure renaming to be more specific.
author Carl Byington <carl@five-ten-sg.com>
date Thu, 12 Mar 2009 15:17:32 -0700
parents 2ec889a79e51
children 03fbb0269f3c
comparison
equal deleted inserted replaced
152:edebaf0e87d2 153:0b1766da9be8
72 72
73 #ifdef HAVE_ERRNO_H 73 #ifdef HAVE_ERRNO_H
74 #include <errno.h> 74 #include <errno.h>
75 #endif 75 #endif
76 76
77 #ifdef HAVE_ICONV_H 77 #ifdef HAVE_ICONV
78 #include <iconv.h> 78 #include <iconv.h>
79 #endif 79 #endif
80 80
81 #ifdef HAVE_REGEX_H 81 #ifdef HAVE_REGEX_H
82 #include <regex.h> 82 #include <regex.h>