aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-03 18:14:00 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-03 18:14:00 +0000
commite1dddcbde32e8b0f226cb513755062c648cfce1f (patch)
tree52e7356882f6648b61bf937b258a6ebcffc54e65 /config.h.win32
parent99e599f5dd4eca3b635270abf44e71aa561ad0c5 (diff)
Some UN*Xes don't have any "strtou*" routine to convert a string to a
64-bit integer; use "g_ascii_strtoull()", and, in the configure script, check whether it's available in GLib (it's not in GLib 1.2[.x]) and, if not, supply the GLib 2.4.5 version of the routine. For G_MAXUINT32 and G_MAXUINT64, put a "U" at the end of the constant to explicitly flag it as unsigned. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11889 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win323
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.win32 b/config.h.win32
index 339b29a59d..49b178bfe5 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -157,9 +157,6 @@
#endif /* _MSC_EXTENSIONS */
#endif /* PRIx64 */
-/* Define as a function that behaves like strtoull */
-#define strtoull g_ascii_strtoull
-
/* Define if you have the z library (-lz). */
@HAVE_LIBZ@