summaryrefslogtreecommitdiff
path: root/config.h.meson
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2016-12-21 09:33:39 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2016-12-21 23:51:36 +0530
commit77d2774f1bcb337047911560c6f8fb0be52c1a0c (patch)
tree4c9417d6558d4bc753b775c9564cc16d80b24483 /config.h.meson
parent97f39cae6367390a7d3a216f851ab5946b61b329 (diff)
build: Remove unused functions
fgetpos, fsetpos, mmap, posix_memalign. None of these are used anywhere in the codebase.
Diffstat (limited to 'config.h.meson')
-rw-r--r--config.h.meson9
1 files changed, 0 insertions, 9 deletions
diff --git a/config.h.meson b/config.h.meson
index 808586d0b..22949b396 100644
--- a/config.h.meson
+++ b/config.h.meson
@@ -132,15 +132,9 @@
/* Define to 1 if you have the <dlfcn.h> header file. */
#mesondefine HAVE_DLFCN_H
-/* Define to 1 if you have the `fgetpos' function. */
-#mesondefine HAVE_FGETPOS
-
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
#mesondefine HAVE_FSEEKO
-/* Define to 1 if you have the `fsetpos' function. */
-#mesondefine HAVE_FSETPOS
-
/* Define to 1 if you have the `ftello' function. */
#mesondefine HAVE_FTELLO
@@ -205,9 +199,6 @@
/* Define to 1 if you have the <poll.h> header file. */
#mesondefine HAVE_POLL_H
-/* Define to 1 if you have the `posix_memalign' function. */
-#mesondefine HAVE_POSIX_MEMALIGN
-
/* Have posix timers */
#mesondefine HAVE_POSIX_TIMERS