aboutsummaryrefslogtreecommitdiff
path: root/nscd/nscd-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'nscd/nscd-client.h')
-rw-r--r--nscd/nscd-client.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/nscd/nscd-client.h b/nscd/nscd-client.h
index 81ca3d5..c6c09cb 100644
--- a/nscd/nscd-client.h
+++ b/nscd/nscd-client.h
@@ -47,11 +47,6 @@
/* Maximum allowed length for the key. */
#define MAXKEYLEN 1024
-/* Maximum alignment requirement we will encounter. */
-#define BLOCK_ALIGN_LOG 3
-#define BLOCK_ALIGN (1 << BLOCK_ALIGN_LOG)
-#define BLOCK_ALIGN_M1 (BLOCK_ALIGN - 1)
-
/* Available services. */
typedef enum