summaryrefslogtreecommitdiff
path: root/src/shared/missing.h
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-11-15 23:11:59 -0500
committerAnthony G. Basile <blueness@gentoo.org>2012-11-15 23:11:59 -0500
commita2b01dbfa5730e947b0863366e411a463ab1aa20 (patch)
treef3e0180212749ace7b422f38416544895545d2d6 /src/shared/missing.h
parenteb203b01c9ee729e603289a63f881d9866f61ea6 (diff)
src/libudev: successfully builds
Diffstat (limited to 'src/shared/missing.h')
-rw-r--r--src/shared/missing.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/shared/missing.h b/src/shared/missing.h
index 3777cf69b2..0c8ae7f381 100644
--- a/src/shared/missing.h
+++ b/src/shared/missing.h
@@ -242,14 +242,6 @@ static inline int name_to_handle_at(int fd, const char *name, struct file_handle
}
#endif
-#ifndef HAVE_SECURE_GETENV
-# ifdef HAVE___SECURE_GETENV
-# define secure_getenv __secure_getenv
-# else
-# error neither secure_getenv nor __secure_getenv are available
-# endif
-#endif
-
#ifndef CIFS_MAGIC_NUMBER
#define CIFS_MAGIC_NUMBER 0xFF534D42
#endif