diff options
author | Guy Harris <guy@alum.mit.edu> | 2016-10-27 20:21:17 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2016-10-27 20:21:17 -0700 |
commit | 24491ca0917b682ca2b9276af5704c71577bfa56 (patch) | |
tree | 6bc20ffa6163a99d64b392f2a63abe2671457768 /cmakeconfig.h.in | |
parent | 65a5b4b53ee23c12b9e823615d23a921c64f40f0 (diff) | |
download | libpcap-24491ca0917b682ca2b9276af5704c71577bfa56.tar.gz |
Put HAVE_STRTOK_R into the CMake config.h.
Thanks to Joerg Mayer for this change.
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r-- | cmakeconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in index 94edb5f4..7a09d732 100644 --- a/cmakeconfig.h.in +++ b/cmakeconfig.h.in @@ -166,6 +166,9 @@ /* Define to 1 if you have the `strlcpy' function. */ #cmakedefine HAVE_STRLCPY 1 +/* Define to 1 if you have the `strtok_r' function. */ +#cmakedefine HAVE_STRTOK_R 1 + /* Define to 1 if the system has the type `struct BPF_TIMEVAL'. */ #cmakedefine HAVE_STRUCT_BPF_TIMEVAL 1 |