From 34b7799ea6445cbf76e6a02f7b26489b7d2abeaf Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 17 Feb 1997 18:51:52 +0000 Subject: (__getopt_long, __getopt_long_only, __optind, __optarg, __opterr, __optopt): Macros removed. --- libshouldbeinlibc/argp-namefrob.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/libshouldbeinlibc/argp-namefrob.h b/libshouldbeinlibc/argp-namefrob.h index caf7cf63..983ae9fc 100644 --- a/libshouldbeinlibc/argp-namefrob.h +++ b/libshouldbeinlibc/argp-namefrob.h @@ -78,18 +78,6 @@ #define __argp_fmtstream_wmargin argp_fmtstream_wmargin /* normal libc functions we call */ -#undef __getopt_long -#define __getopt_long getopt_long -#undef __getopt_long_only -#define __getopt_long_only getopt_long_only -#undef __optarg -#define __optarg optarg -#undef __opterr -#define __opterr opterr -#undef __optind -#define __optind optind -#undef __optopt -#define __optopt optopt #undef __sleep #define __sleep sleep #undef __strcasecmp -- cgit v1.2.3