Created
April 7, 2011 16:36
-
-
Save alyawn/908154 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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