summaryrefslogtreecommitdiffstats
path: root/fastos
diff options
context:
space:
mode:
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
-