diff options
author | Jeff Morriss <jeff.morriss@ulticom.com> | 2008-07-18 12:11:08 +0000 |
---|---|---|
committer | Jeff Morriss <jeff.morriss@ulticom.com> | 2008-07-18 12:11:08 +0000 |
commit | 86e10880c98d4e11f8eb055116fdd3abb3fef430 (patch) | |
tree | cb10fea14dc59c479137761d8ae6406646dd72cb /cmakeconfig.h.in | |
parent | 2e7890098224bb96db5d8f1b99e3fb427cf3f58b (diff) | |
download | wireshark-86e10880c98d4e11f8eb055116fdd3abb3fef430.tar.gz wireshark-86e10880c98d4e11f8eb055116fdd3abb3fef430.tar.bz2 wireshark-86e10880c98d4e11f8eb055116fdd3abb3fef430.zip |
Remove iconv/libiconv checks from *NIX builds: GLIB-2 provides iconv replacements.
svn path=/trunk/; revision=25765
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r-- | cmakeconfig.h.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in index 463769ed78..f8bf51a8d6 100644 --- a/cmakeconfig.h.in +++ b/cmakeconfig.h.in @@ -39,9 +39,6 @@ /* Define to use heimdal kerberos */ #cmakedefine HAVE_HEIMDAL_KERBEROS 1 -/* Define if you have the iconv() function. */ -#cmakedefine HAVE_ICONV 1 - /* Define if inet_ntop() prototype exists */ #cmakedefine HAVE_INET_NTOP_PROTO 1 @@ -227,9 +224,6 @@ /* HTML viewer, e.g. mozilla */ #cmakedefine HTML_VIEWER -/* Define as const if the declaration of iconv() needs const. */ -#cmakedefine ICONV_CONST 1 - /* Define if <inttypes.h> defines PRI[doxu]64 macros */ /* Note: always defines PRI[doxu]64 macros so inttypes.h becomes useless.*/ #cmakedefine INTTYPES_H_DEFINES_FORMATS 1 |