aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-09-03 18:14:00 +0000
committerGuy Harris <guy@alum.mit.edu>2004-09-03 18:14:00 +0000
commitdfad2b94f5fa40db86bd11e475c310751efafe69 (patch)
tree52e7356882f6648b61bf937b258a6ebcffc54e65 /config.h.win32
parent4e3b6fb31568d2a767c4f977b8954e124caec30c (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. svn path=/trunk/; revision=11889
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@