]> err.no Git - util-linux/commitdiff
libblkid: use c.h
authorKarel Zak <kzak@redhat.com>
Thu, 15 Oct 2009 22:58:53 +0000 (00:58 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 15 Oct 2009 22:58:53 +0000 (00:58 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
shlibs/blkid/src/blkidP.h

index 625ad71e563338e79e73b4b91ccff1d24d049ae7..0cad69c0733c0e3078bd1b867ff93ad9b3ae4aab 100644 (file)
 #include <stdio.h>
 #include <stdarg.h>
 
+#include "c.h"
 #include "bitops.h"    /* $(top_srcdir)/include/ */
+
 #include "blkid.h"
 #include "list.h"
 
-#ifdef __GNUC__
-#define __BLKID_ATTR(x) __attribute__(x)
-#else
-#define __BLKID_ATTR(x)
-#endif
-
-#ifndef TRUE
-#define TRUE 1
-#define FALSE 0
-#endif
-
-#include <limits.h>
-#ifndef PATH_MAX
-# define PATH_MAX 4096
-#endif
-
-/* TODO: move to some top-level util-linux include file */
-#ifndef ARRAY_SIZE
-#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
-#endif
-
 /*
  * This describes the attributes of a specific device.
  * We can traverse all of the tags by bid_tags (linking to the tag bit_names).