summaryrefslogtreecommitdiff
path: root/impl/antlr/libantlr3c-3.4/antlr3config.h
diff options
context:
space:
mode:
authorCarlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au>2012-05-28 16:12:34 +1000
committerCarlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au>2012-05-28 16:12:34 +1000
commit72b70a4ff7dad8185eb2dd652bdd2983b829930a (patch)
treed9cd8c92030dfe4c41d5480612dd0f2df74e5ce1 /impl/antlr/libantlr3c-3.4/antlr3config.h
parentea05c9c5fa30b8822f618e861d12a09df1f8f017 (diff)
parent7c6700343578ad0a2acab48fcb4ef0cbb1a370b9 (diff)
Merge branch 'master' of ssh://bitbucket.org/czan/honours
Conflicts: impl/IdSet.hpp impl/main.cpp impl/systems/long-fixpoint
Diffstat (limited to 'impl/antlr/libantlr3c-3.4/antlr3config.h')
-rw-r--r--impl/antlr/libantlr3c-3.4/antlr3config.h30
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. */