diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2017-08-07 09:40:46 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2017-08-07 09:40:46 +0000 |
commit | 8b7e4f1d418846b3681d1cc941d54451a9f2d9e7 (patch) | |
tree | ca6320b524a4b9c7598beb98a9b4bb6991ce5eb0 /Build/source/libs/potrace/potrace-src/src/getopt.c | |
parent | b3095594d0adae5c8c7311c0650f9f32814668de (diff) |
potrace 1.15
git-svn-id: svn://tug.org/texlive/trunk@44972 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/potrace/potrace-src/src/getopt.c')
-rw-r--r-- | Build/source/libs/potrace/potrace-src/src/getopt.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Build/source/libs/potrace/potrace-src/src/getopt.c b/Build/source/libs/potrace/potrace-src/src/getopt.c index 0c8fdd11bb3..d889c3c8686 100644 --- a/Build/source/libs/potrace/potrace-src/src/getopt.c +++ b/Build/source/libs/potrace/potrace-src/src/getopt.c @@ -41,25 +41,6 @@ #include <stdio.h> -/* Comment out all this code if we are using the GNU C Library, and are not - actually compiling the library itself. This code is part of the GNU C - Library, but also included in many other GNU distributions. Compiling - and linking in this code is a waste when using the GNU C library - (especially if it is a shared library). Rather than having every GNU - program understand `configure --with-gnu-libc' and omit the object files, - it is simpler to just do this in the source for each such file. */ - -#define GETOPT_INTERFACE_VERSION 2 -#if !defined _LIBC && defined __GLIBC__ && __GLIBC__ >= 2 -# include <gnu-versions.h> -# if _GNU_GETOPT_INTERFACE_VERSION == GETOPT_INTERFACE_VERSION -# define ELIDE_CODE -# endif -#endif - -#ifndef ELIDE_CODE - - /* This needs to come after some library #include to get __GNU_LIBRARY__ defined. */ #ifdef __GNU_LIBRARY__ @@ -986,7 +967,6 @@ getopt (argc, argv, optstring) 0); } -#endif /* Not ELIDE_CODE. */ #ifdef TEST |