diff options
Diffstat (limited to 'impl/antlr/libantlr3c-3.4/antlr3config.h')
-rw-r--r-- | impl/antlr/libantlr3c-3.4/antlr3config.h | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/impl/antlr/libantlr3c-3.4/antlr3config.h b/impl/antlr/libantlr3c-3.4/antlr3config.h index b1dbd09..eb5d955 100644 --- a/impl/antlr/libantlr3c-3.4/antlr3config.h +++ b/impl/antlr/libantlr3c-3.4/antlr3config.h @@ -8,46 +8,46 @@ /* #undef ANTLR3_USE_64BIT */ /* Define to 1 if you have the `accept' function. */ -#define HAVE_ACCEPT 1 +/* #undef HAVE_ACCEPT */ /* Define to 1 if you have the <arpa/nameser.h> header file. */ -#define HAVE_ARPA_NAMESER_H 1 +/* #undef HAVE_ARPA_NAMESER_H */ /* Define to 1 if you have the <ctype.h> header file. */ -#define HAVE_CTYPE_H 1 +/* #undef HAVE_CTYPE_H */ /* Define to 1 if you have the <dlfcn.h> header file. */ #define HAVE_DLFCN_H 1 /* Define to 1 if the system has the type `intptr_t'. */ -#define HAVE_INTPTR_T 1 +/* #undef HAVE_INTPTR_T */ /* Define to 1 if you have the <inttypes.h> header file. */ #define HAVE_INTTYPES_H 1 /* Define to 1 if you have the <malloc.h> header file. */ -#define HAVE_MALLOC_H 1 +/* #undef HAVE_MALLOC_H */ /* Define to 1 if you have the `memmove' function. */ -#define HAVE_MEMMOVE 1 +/* #undef HAVE_MEMMOVE */ /* Define to 1 if you have the <memory.h> header file. */ #define HAVE_MEMORY_H 1 /* Define to 1 if you have the `memset' function. */ -#define HAVE_MEMSET 1 +/* #undef HAVE_MEMSET */ /* Define to 1 if you have the <netdb.h> header file. */ -#define HAVE_NETDB_H 1 +/* #undef HAVE_NETDB_H */ /* Define to 1 if you have the <netinet/in.h> header file. */ -#define HAVE_NETINET_IN_H 1 +/* #undef HAVE_NETINET_IN_H */ /* Define to 1 if you have the <netinet/tcp.h> header file. */ -#define HAVE_NETINET_TCP_H 1 +/* #undef HAVE_NETINET_TCP_H */ /* Define to 1 if you have the <resolv.h> header file. */ -#define HAVE_RESOLV_H 1 +/* #undef HAVE_RESOLV_H */ /* Define to 1 if you have the <socket.h> header file. */ /* #undef HAVE_SOCKET_H */ @@ -62,7 +62,7 @@ #define HAVE_STDLIB_H 1 /* Define to 1 if you have the `strdup' function. */ -#define HAVE_STRDUP 1 +/* #undef HAVE_STRDUP */ /* Define to 1 if you have the <strings.h> header file. */ #define HAVE_STRINGS_H 1 @@ -74,7 +74,7 @@ /* #undef HAVE_SYS_MALLOC_H */ /* Define to 1 if you have the <sys/socket.h> header file. */ -#define HAVE_SYS_SOCKET_H 1 +/* #undef HAVE_SYS_SOCKET_H */ /* Define to 1 if you have the <sys/stat.h> header file. */ #define HAVE_SYS_STAT_H 1 @@ -83,7 +83,7 @@ #define HAVE_SYS_TYPES_H 1 /* Define to 1 if the system has the type `uintptr_t'. */ -#define HAVE_UINTPTR_T 1 +/* #undef HAVE_UINTPTR_T */ /* Define to 1 if you have the <unistd.h> header file. */ #define HAVE_UNISTD_H 1 @@ -164,7 +164,7 @@ /* #undef intptr_t */ /* Define to `unsigned int' if <sys/types.h> does not define. */ -/* #undef size_t */ +#define size_t unsigned int /* Define to the type of an unsigned integer type of width exactly 16 bits if such a type exists and the standard includes do not define it. */ |