diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-07-02 06:58:22 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-07-02 06:58:22 +0000 |
commit | 18dc99b59364300ef7890b86c9431b2780e12840 (patch) | |
tree | 0c0b46f985d7cfab4ca9e959791a2d5af9c7c1c4 /Build/source/texk/ptexenc | |
parent | a4b3e4f65e8275b09a6355802d321b72a58c5d09 (diff) |
build system: Drop configure checks for BSD string functions (bcopy etc)
git-svn-id: svn://tug.org/texlive/trunk@31062 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ptexenc')
-rw-r--r-- | Build/source/texk/ptexenc/c-auto.in | 15 | ||||
-rwxr-xr-x | Build/source/texk/ptexenc/configure | 2 |
2 files changed, 1 insertions, 16 deletions
diff --git a/Build/source/texk/ptexenc/c-auto.in b/Build/source/texk/ptexenc/c-auto.in index 513008143bb..e50cc5cba72 100644 --- a/Build/source/texk/ptexenc/c-auto.in +++ b/Build/source/texk/ptexenc/c-auto.in @@ -17,15 +17,6 @@ /* Define to 1 if you have the `atexit' function. */ #undef HAVE_ATEXIT -/* Define to 1 if you have the `bcmp' function. */ -#undef HAVE_BCMP - -/* Define to 1 if you have the `bcopy' function. */ -#undef HAVE_BCOPY - -/* Define to 1 if you have the `bzero' function. */ -#undef HAVE_BZERO - /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. */ #undef HAVE_DIRENT_H @@ -51,9 +42,6 @@ /* Define to 1 if you have the <iconv.h> header file. */ #undef HAVE_ICONV_H -/* Define to 1 if you have the `index' function. */ -#undef HAVE_INDEX - /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H @@ -90,9 +78,6 @@ /* Define to 1 if you have the <pwd.h> header file. */ #undef HAVE_PWD_H -/* Define to 1 if you have the `rindex' function. */ -#undef HAVE_RINDEX - /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H diff --git a/Build/source/texk/ptexenc/configure b/Build/source/texk/ptexenc/configure index f16d22f2495..d10f8b2f271 100755 --- a/Build/source/texk/ptexenc/configure +++ b/Build/source/texk/ptexenc/configure @@ -12735,7 +12735,7 @@ _ACEOF fi done -for ac_func in bcmp bcopy bzero getcwd getwd index memcmp memcpy mkstemp mktemp rindex strchr strrchr +for ac_func in getcwd getwd memcmp memcpy mkstemp mktemp strchr strrchr do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |