cmake HAVE_STROPTS examples

syslog-ng/syslog-ng modules/afstreams/CMakeLists.txt :22

check_c_source_compiles("
  #include <stropts.h>
  int main(void) {
    int x = I_PUSH;
    return x;
  }
" HAVE_STROPTS)