Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: third_party/talloc/libreplace/crypt.m4

Issue 2282793002: Remove unused third_party/talloc (Closed)
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/talloc/libreplace/crypt.c ('k') | third_party/talloc/libreplace/dlfcn.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/talloc/libreplace/crypt.m4
diff --git a/third_party/talloc/libreplace/crypt.m4 b/third_party/talloc/libreplace/crypt.m4
deleted file mode 100644
index fae2a58685741cbacc05bc1725bfb394cb074880..0000000000000000000000000000000000000000
--- a/third_party/talloc/libreplace/crypt.m4
+++ /dev/null
@@ -1,6 +0,0 @@
-###############################################
-# test for where we get crypt() from
-AC_CHECK_HEADERS(crypt.h)
-AC_SEARCH_LIBS_EXT(crypt, [crypt], CRYPT_LIBS,
- [ AC_DEFINE(HAVE_CRYPT,1,[Whether the system has the crypt() function]) ],
- [ LIBREPLACEOBJ="${LIBREPLACEOBJ} $libreplacedir/crypt.o" ])
« no previous file with comments | « third_party/talloc/libreplace/crypt.c ('k') | third_party/talloc/libreplace/dlfcn.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698