summaryrefslogtreecommitdiffstats
path: root/fastos
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-06-16 07:47:03 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-06-16 10:51:39 +0000
commitdf12717358d63e30aade3595781385da17b3e201 (patch)
treeec4d421da7358159919db5a18bc97c8a1d4c729d /fastos
parentfa0c1fd54301974aba4024efe7baf320b9a0766e (diff)
GC unused defines
Diffstat (limited to 'fastos')
-rw-r--r--fastos/src/vespa/fastos/autoconf.h8
-rw-r--r--fastos/src/vespa/fastos/types.h9
2 files changed, 0 insertions, 17 deletions
diff --git a/fastos/src/vespa/fastos/autoconf.h b/fastos/src/vespa/fastos/autoconf.h
index f5093cdb153..955f16fd84d 100644
--- a/fastos/src/vespa/fastos/autoconf.h
+++ b/fastos/src/vespa/fastos/autoconf.h
@@ -4,7 +4,6 @@
#pragma once
#define FASTOS_64BIT_LONG 1
-#define FASTOS_HAVE_INTTYPES_H 1
#define FASTOS_HAVE_INT64_T 1
#define FASTOS_HAVE_UINT64_T 1
#define FASTOS_HAVE_INT32_T 1
@@ -14,11 +13,4 @@
#define FASTOS_HAVE_INT8_T 1
#define FASTOS_HAVE_UINT8_T 1
#define FASTOS_HAVE_INT64_T 1
-#define FASTOS_HAVE_SYS_TIME_H 1
#define FASTOS_HAVE_SOCKLEN_T 1
-#define FASTOS_HAVE_HSTRERROR 1
-#define FASTOS_HAVE_GETPAGESIZE 1
-#define FASTOS_HAVE_GETOPT_LONG 1
-#define FASTOS_ICONV_NOT_CONST 1
-
-
diff --git a/fastos/src/vespa/fastos/types.h b/fastos/src/vespa/fastos/types.h
index 5e2b0e68f1d..72a17c4aa33 100644
--- a/fastos/src/vespa/fastos/types.h
+++ b/fastos/src/vespa/fastos/types.h
@@ -368,12 +368,3 @@ typedef pthread_t FastOS_ThreadId;
#define FASTOS_EXTERNC extern "C"
#define FASTOS_KLASS class
-
-#define FASTOS_IPCMSGBUF_MAXSIZE (200)
-
-#if defined(FASTOS_ICONV_NOT_CONST)
-#define LIBICONV_CONST
-#else
-#define LIBICONV_CONST const
-#endif
-