Skip to content
This repository has been archived by the owner on Sep 26, 2020. It is now read-only.

Commit

Permalink
Use cmakedefine
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed Aug 17, 2017
1 parent 6d6be7e commit 68e9922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/curl/curlbuild.h.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,12 @@
#define CURL_SIZEOF_LONG INTSIZEOF_LONG

/* Integral data type used for curl_socklen_t. */
#define CURL_TYPEOF_CURL_SOCKLEN_T ${CURL_TYPEOF_CURL_SOCKLEN_T}
#cmakedefine CURL_TYPEOF_CURL_SOCKLEN_T ${CURL_TYPEOF_CURL_SOCKLEN_T}

/* Data type definition of curl_socklen_t. */
typedef CURL_TYPEOF_CURL_SOCKLEN_T curl_socklen_t;

#define HAVE_SIZEOF_SSIZE_T ${HAVE_SIZEOF_SSIZE_T}
#cmakedefine01 HAVE_SIZEOF_SSIZE_T

/* unsigned curl_off_t constant suffix. */
#if INTSIZEOF_LONG == 8
Expand Down

0 comments on commit 68e9922

Please sign in to comment.