Skip to content

Commit

Permalink
remove unused STDC_HEADERS definition (#835)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish authored Jul 1, 2022
1 parent 79d692c commit c515e1a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/config.h.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,6 @@
/* The size of `void *', as computed by sizeof. */
#cmakedefine SIZEOF_VOID_P ${SIZEOF_VOID_P}

/* Define to 1 if you have the ANSI C header files. */
#cmakedefine STDC_HEADERS

/* the namespace where STL code like vector<> is defined */
#cmakedefine STL_NAMESPACE ${STL_NAMESPACE}

Expand Down

0 comments on commit c515e1a

Please sign in to comment.