aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-07-20 15:20:40 -0700
committerGuy Harris <guy@alum.mit.edu>2018-07-20 23:13:08 +0000
commit5d8a5fb8665fae4b4162df2b9cfda04751364a36 (patch)
treeb405ed8dd4329fabfa854341c95ddd82ae4e040c /cmakeconfig.h.in
parentffbd3151b533800ec3c637007a430a93554bc471 (diff)
If we have fseek/ftell variants with 64-bit offsets, use them.
Or, at least, use them in the libwiretap file-writing code; we can change other places to use them as appropriate. Change-Id: I63af2267a22a158ee23f3359b043913dac0e285b Reviewed-on: https://code.wireshark.org/review/28783 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index 360e0648fe..65716b69c1 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -62,6 +62,9 @@
/* Define to 1 if you have the <ifaddrs.h> header file. */
#cmakedefine HAVE_IFADDRS_H 1
+/* Define to 1 if yu have the `fseeko` function. */
+#cmakedefine HAVE_FSEEKO 1
+
/* Define to 1 if you have the `getexecname' function. */
#cmakedefine HAVE_GETEXECNAME 1