aboutsummaryrefslogtreecommitdiffstats
path: root/include/OSdefs.h
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2007-12-13 23:40:55 +0000
committerReuben Thomas <rrt@sc3d.org>2007-12-13 23:40:55 +0000
commit270a30c1a350d791053937c72e6ce6cc63a64088 (patch)
tree7226a44551e3f093b43b00eea212ca2b758e46cd /include/OSdefs.h
parent2aea4578fe73119387d81f9c67e8221b5ad48eea (diff)
downloadplptools-270a30c1a350d791053937c72e6ce6cc63a64088.tar.gz
plptools-270a30c1a350d791053937c72e6ce6cc63a64088.tar.bz2
plptools-270a30c1a350d791053937c72e6ce6cc63a64088.zip
Replace plpnfsd with plpfuse.
Other minor simplifications to the build system.
Diffstat (limited to 'include/OSdefs.h')
-rw-r--r--include/OSdefs.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/OSdefs.h b/include/OSdefs.h
deleted file mode 100644
index 261f45a..0000000
--- a/include/OSdefs.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifdef __FreeBSD__
-# include <stdlib.h>
-# include <string.h>
-# include <unistd.h>
-# include <stdio.h>
-#endif
-
-#if defined(__NeXT__)
-# include <libc.h>
-# include <string.h>
-# include <objc/hashtable.h>
-# define strdup NXCopyStringBuffer
-#endif