Skip to content

Instantly share code, notes, and snippets.

@alyawn
Created April 7, 2011 16:36
Show Gist options
  • Save alyawn/908154 to your computer and use it in GitHub Desktop.
Save alyawn/908154 to your computer and use it in GitHub Desktop.
#ifndef INCLUDE_CRAFTD_CONFIG_H
#define INCLUDE_CRAFTD_CONFIG_H
#define HAVE_PTHREAD_H 1
#define HAVE_PTHREAD_SPIN_INIT 1
#define HAVE_JANSSON_H 1
#define HAVE_ZLIB_H 1
#define HAVE_PCRE_H 1
#define HAVE_ENDIAN_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_ARPA_INET_H 1
#define SIZEOF_FUNCTION_POINTER 4
#define SIZEOF_POINTER 4
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment