aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/config.h.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in
index bae18263567..aba0daafd88 100644
--- a/src/include/config.h.in
+++ b/src/include/config.h.in
@@ -8,7 +8,7 @@
* or in config.h afterwards. Of course, if you edit config.h, then your
* changes will be overwritten the next time you run configure.
*
- * $Id: config.h.in,v 1.159 2001/02/27 08:13:27 ishii Exp $
+ * $Id: config.h.in,v 1.160 2001/03/01 05:05:29 ishii Exp $
*/
#ifndef CONFIG_H
@@ -579,9 +579,6 @@ extern int fdatasync(int fildes);
/* Set to 1 if you have getopt_long() (GNU long options) */
#undef HAVE_GETOPT_LONG
-/* Set to 1 if optarg is declared in unistd.h */
-#undef HAVE_OPTARG_DECL
-
/* Set to 1 if you have union semun */
#undef HAVE_UNION_SEMUN