diff options
author | Jörg Mayer <jmayer@loplof.de> | 2013-10-05 22:41:09 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2013-10-05 22:41:09 +0000 |
commit | 29bcbc5515ecf48aa8a19739ca7d0b80c9ff4008 (patch) | |
tree | 439107c2561826f4a5f31f7cc1ff0ddeecd4c4df /cmakeconfig.h.in | |
parent | c37cd6b66fb3d482bf96dc4e09e82a15c0163c93 (diff) | |
download | wireshark-29bcbc5515ecf48aa8a19739ca7d0b80c9ff4008.tar.gz wireshark-29bcbc5515ecf48aa8a19739ca7d0b80c9ff4008.tar.bz2 wireshark-29bcbc5515ecf48aa8a19739ca7d0b80c9ff4008.zip |
(Hopefully) unbreak windows build (#define'ing to 0 is not
undefined).
svn path=/trunk/; revision=52387
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r-- | cmakeconfig.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in index bc4a145e89..d9a36cccde 100644 --- a/cmakeconfig.h.in +++ b/cmakeconfig.h.in @@ -329,7 +329,7 @@ #cmakedefine INTTYPES_H_DEFINES_FORMATS 1 /* Define unless inet/aton.h needs to be included */ -#cmakedefine HAVE_INET_ATON_H 0 +#cmakedefine HAVE_INET_ATON_H /* Define if inet/v6defs.h needs to be included */ #cmakedefine NEED_INET_V6DEFS_H 1 |