aboutsummaryrefslogtreecommitdiff
path: root/include/ldsodefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ldsodefs.h')
-rw-r--r--include/ldsodefs.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/ldsodefs.h b/include/ldsodefs.h
deleted file mode 100644
index f171d4c7ea..0000000000
--- a/include/ldsodefs.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/* We must use the appropriate version for the system. */
-#ifdef HAVE_ELF
-# include <elf/ldsodefs.h>
-#else
-/* We have no dynamic loading. Define the macros we need here as dummy
- versions. */
-# ifndef _LDSODEFS_H
-# define _LDSODEFS_H 1
-
-/* Call a function through a pointer. */
-# define _CALL_DL_FCT(fctp, args) (*fctp) args
-# define DL_CALL_FCT(fctp, args) (*fctp) args
-
-# endif /* ldsodefs.h */
-#endif