]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
autogen-5.8.7 upgrade
authorHarlan Stenn <stenn@ntp.org>
Fri, 13 Oct 2006 02:42:48 +0000 (22:42 -0400)
committerHarlan Stenn <stenn@ntp.org>
Fri, 13 Oct 2006 02:42:48 +0000 (22:42 -0400)
bk: 452efd28n-2_0Bhdsf8idRfWsaZzLg

62 files changed:
libopts/autoopts.c
libopts/autoopts.h
libopts/autoopts/options.h
libopts/autoopts/usage-txt.h
libopts/boolean.c
libopts/compat/compat.h
libopts/compat/pathfind.c
libopts/compat/windows-config.h
libopts/configfile.c
libopts/cook.c
libopts/enumeration.c
libopts/environment.c
libopts/genshell.c
libopts/genshell.h
libopts/load.c
libopts/m4/libopts.m4
libopts/m4/liboptschk.m4
libopts/makeshell.c
libopts/nested.c
libopts/numeric.c
libopts/pgusage.c
libopts/proto.h
libopts/putshell.c
libopts/restore.c
libopts/save.c
libopts/sort.c
libopts/stack.c
libopts/streqvcmp.c
libopts/text_mmap.c
libopts/usage.c
libopts/version.c
sntp/libopts/autoopts.c
sntp/libopts/autoopts.h
sntp/libopts/autoopts/options.h
sntp/libopts/autoopts/usage-txt.h
sntp/libopts/boolean.c
sntp/libopts/compat/compat.h
sntp/libopts/compat/pathfind.c
sntp/libopts/compat/windows-config.h
sntp/libopts/configfile.c
sntp/libopts/cook.c
sntp/libopts/enumeration.c
sntp/libopts/environment.c
sntp/libopts/genshell.c
sntp/libopts/genshell.h
sntp/libopts/load.c
sntp/libopts/m4/libopts.m4
sntp/libopts/m4/liboptschk.m4
sntp/libopts/makeshell.c
sntp/libopts/nested.c
sntp/libopts/numeric.c
sntp/libopts/pgusage.c
sntp/libopts/proto.h
sntp/libopts/putshell.c
sntp/libopts/restore.c
sntp/libopts/save.c
sntp/libopts/sort.c
sntp/libopts/stack.c
sntp/libopts/streqvcmp.c
sntp/libopts/text_mmap.c
sntp/libopts/usage.c
sntp/libopts/version.c

index a97083e493731bca62ae5f841f3972ec79c20f33..c44f7b42323bef9d8e2927a2af949ec2de07cc20 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: autoopts.c,v 4.27 2006/10/05 03:39:53 bkorb Exp $
+ *  $Id: autoopts.c,v 4.17 2006/10/05 03:48:56 bkorb Exp $
  *  Time-stamp:      "2006-10-04 19:32:32 bkorb"
  *
  *  This file contains all of the routines that must be linked into
index b7805fe745845a9ee807d0924c03ca6700f7f318..15fee722f0b1887f3ef978aa361e15f9409f33fc 100644 (file)
@@ -2,7 +2,7 @@
 /*
  *  Time-stamp:      "2006-09-10 14:43:25 bkorb"
  *
- *  autoopts.h  $Id: autoopts.h,v 4.29 2006/09/24 02:10:45 bkorb Exp $
+ *  autoopts.h  $Id: autoopts.h,v 4.17 2006/09/24 02:11:16 bkorb Exp $
  *  Time-stamp:      "2005-02-14 05:59:50 bkorb"
  *
  *  This file defines all the global structures and special values
index 97814ee3f9c74ced04d0e3cbab5c5f219992d955..ec4d0e408bca0aa92d4e32d62bc6e248a422155e 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (options.h)
  *  
- *  It has been AutoGen-ed  Thursday October  5, 2006 at 09:15:13 PM PDT
+ *  It has been AutoGen-ed  Thursday October 12, 2006 at 05:44:45 PM PDT
  *  From the definitions    funcs.def
  *  and the template file   options_h
  *
@@ -785,7 +785,7 @@ extern void optionUnloadNested( const tOptionValue* );
 extern char const* optionVersion( void );
 
 
-/* From: ../compat/pathfind.c line 34
+/* From: ../compat/pathfind.c line 33
  *
  * pathfind - fild a file in a list of directories
  *
index 9c7079b8c82024829398185df84edd70160119c0..02b12fc7cff0aca03c00a9a3db96c46133d76576 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (usage-txt.h)
  *  
- *  It has been AutoGen-ed  Thursday October  5, 2006 at 09:15:10 PM PDT
+ *  It has been AutoGen-ed  Thursday October 12, 2006 at 05:44:43 PM PDT
  *  From the definitions    usage-txt.def
  *  and the template file   usage-txt.tpl
  *
index 7549113fe270bb76036e4ec0820357ced67c13fb..2f8326a2963958a7bfba5368da8d0b92dfd65181 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: boolean.c,v 4.8 2006/09/24 02:10:45 bkorb Exp $
+ *  $Id: boolean.c,v 4.6 2006/09/24 02:11:16 bkorb Exp $
  * Time-stamp:      "2006-09-22 18:13:34 bkorb"
  *
  *   Automated Options Paged Usage module.
index 38e38d58396926579685293e4315732cf74142cb..5a7298551dc252e929e4f686dea1286ce354a20c 100644 (file)
@@ -7,7 +7,7 @@
  * Author:           Gary V Vaughan <gvaughan@oranda.demon.co.uk>
  * Created:          Mon Jun 30 15:54:46 1997
  *
- * $Id: compat.h,v 4.14 2006/09/24 02:10:45 bkorb Exp $
+ * $Id: compat.h,v 4.13 2006/09/24 02:11:16 bkorb Exp $
  */
 #ifndef COMPAT_H_GUARD
 #define COMPAT_H_GUARD 1
index e74a8f63fe0c45ce07be5ac132244aa54c4f9ffe..87ac2b7a7a77fd5d7dea68c3e3a76e7d7f43f802 100644 (file)
@@ -4,12 +4,11 @@
 
 /*
  * Author:           Gary V Vaughan <gvaughan@oranda.demon.co.uk>
- * Time-stamp:       "2006-09-23 19:46:16 bkorb"
  * Created:          Tue Jun 24 15:07:31 1997
- * Last Modified:    $Date: 2006/09/24 02:57:02 $
+ * Last Modified:    $Date: 2006/09/24 02:11:16 $
  *            by: bkorb
  *
- * $Id: pathfind.c,v 4.10 2006/09/24 02:57:02 bkorb Exp $
+ * $Id: pathfind.c,v 4.9 2006/09/24 02:11:16 bkorb Exp $
  */
 
 /* Code: */
index 02f81160df450adf1e045acc758cdbc923d56c2c..005582f49f7915690101879ceddbd4d8e5145b33 100644 (file)
@@ -1,8 +1,8 @@
 
 /*
- * Time-stamp:        "2006-09-23 19:44:29 bkorb"
+ * Time-stamp:        "2006-10-12 17:42:52 bkorb"
  *             by: bkorb
- * Last Committed:    $Date: 2006/09/24 02:57:02 $
+ * Last Committed:    $Date: 2006/10/13 00:44:35 $
  */
 #ifndef WINDOWS_CONFIG_HACKERY
 #define WINDOWS_CONFIG_HACKERY 1
 
 #define SIZEOF_INT 4
 
+#define SIZEOF_CHARP 4
+#define SIZEOF_LONG  4
+#define SIZEOF_SHORT 4
+
+typedef unsigned long uintptr_t;
+
 /*
  * # define HAVE_NET_IF_H
  * # define QSORT_USES_VOID_P
index 59037d6b29db26f67960cf4de9d58cacea60c58b..f6f421ac4d041647748464aa33b164f9757185bf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  $Id: configfile.c,v 4.29 2006/09/28 01:26:16 bkorb Exp $
+ *  $Id: configfile.c,v 1.15 2006/09/28 01:26:33 bkorb Exp $
  *  Time-stamp:      "2006-09-24 15:18:51 bkorb"
  *
  *  configuration/rc/ini file handling.
index 56d4c04082d0e8538acb27dc6fbcdcef35ed3163..de671a213024508ad432b38e8ee3ae59a0da3e5b 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: cook.c,v 4.9 2006/09/28 01:26:16 bkorb Exp $
+ *  $Id: cook.c,v 4.7 2006/09/28 01:26:33 bkorb Exp $
  *  Time-stamp:      "2006-09-24 15:21:02 bkorb"
  *
  *  This file contains the routines that deal with processing quoted strings
index dd51b1111b1b0d6b804cbf4ce7d12fc74bf10f7a..85f087c1cd4c7ca2732e52621a12c351cdc6c13f 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: enumeration.c,v 4.14 2006/09/24 02:10:45 bkorb Exp $
+ *  $Id: enumeration.c,v 4.12 2006/10/06 05:29:00 bkorb Exp $
  * Time-stamp:      "2006-10-05 21:10:21 bkorb"
  *
  *   Automated Options Paged Usage module.
index 1ac3fe8ebd93ff75faeac84f8750b85d5fab4e32..185c3fb7e7c24fcbbb376a28f8d612a23c8c33e6 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: environment.c,v 4.12 2006/09/24 02:10:45 bkorb Exp $
+ *  $Id: environment.c,v 4.9 2006/09/24 02:11:16 bkorb Exp $
  * Time-stamp:      "2005-10-29 13:23:59 bkorb"
  *
  *  This file contains all of the routines that must be linked into
index c7331f49fb291296a7be4d7d5eac22076f0bbe40..8f31d2590e886d5d3893ee388afadae1b52010dd 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (genshell.c)
  *  
- *  It has been AutoGen-ed  Thursday October  5, 2006 at 09:15:14 PM PDT
+ *  It has been AutoGen-ed  Thursday October 12, 2006 at 05:44:47 PM PDT
  *  From the definitions    genshell.def
  *  and the template file   options
  *
index e7c524eab184376f52ac231ea31eb3d3de61e62f..1a900a647781cec7d64bd5a0e87c74514f6f4104 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (genshell.h)
  *  
- *  It has been AutoGen-ed  Thursday October  5, 2006 at 09:15:14 PM PDT
+ *  It has been AutoGen-ed  Thursday October 12, 2006 at 05:44:47 PM PDT
  *  From the definitions    genshell.def
  *  and the template file   options
  *
index 45fb53a4717bddaa4c1220b8f5242ed9d12bfad2..8eccf7aa798a5aebcd1b8bfeef2be9a48c7e9a06 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: load.c,v 4.26 2006/09/28 01:26:16 bkorb Exp $
+ *  $Id: load.c,v 4.14 2006/09/28 01:26:33 bkorb Exp $
  *  Time-stamp:      "2006-09-24 15:23:01 bkorb"
  *
  *  This file contains the routines that deal with processing text strings
index 4c6f71151ef5ccb8f2593c1f422d428d17fbf0cf..6a04ef5f6a9e2246ce7458f64341288143720404 100644 (file)
@@ -2,7 +2,7 @@ dnl  -*- buffer-read-only: t -*- vi: set ro:
 dnl 
 dnl DO NOT EDIT THIS FILE   (libopts.m4)
 dnl 
-dnl It has been AutoGen-ed  Thursday October  5, 2006 at 09:15:16 PM PDT
+dnl It has been AutoGen-ed  Thursday October 12, 2006 at 05:44:50 PM PDT
 dnl From the definitions    libopts.def
 dnl and the template file   conftest.tpl
 dnl
@@ -401,7 +401,7 @@ AC_DEFUN([INVOKE_LIBOPTS_MACROS],[
 dnl @synopsis  LIBOPTS_CHECK
 dnl
 dnl Time-stamp:        "2006-09-23 19:36:24 bkorb"
-dnl Last Committed:    $Date: 2006/09/24 02:57:02 $
+dnl Last Committed:    $Date: 2006/09/24 02:59:00 $
 dnl
 dnl If autoopts-config works, add the linking information to LIBS.
 dnl Otherwise, add ``libopts-${ao_rev}'' to SUBDIRS and run all
index 2c473a08ae15d5248edcfc6a19bfead3523c5114..14e7f27c819849c473cbfb15604d54281dda2741 100644 (file)
@@ -5,7 +5,7 @@ dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
 
 dnl Time-stamp:        "2006-09-23 19:42:31 bkorb"
-dnl Last Committed:    $Date: 2006/09/24 02:57:02 $
+dnl Last Committed:    $Date: 2006/09/24 02:59:00 $
 
 dnl This file can can be used in projects which are not available under
 dnl the GNU General Public License or the GNU Library General Public
index 088df02f94f251e0feca8380e2e53ba498c7dc36..27fe19f0ecf4795436b9b6914082ae562443d06e 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: makeshell.c,v 4.18 2006/10/05 03:39:53 bkorb Exp $
+ *  $Id: makeshell.c,v 4.14 2006/10/06 05:29:00 bkorb Exp $
  * Time-stamp:      "2006-10-05 20:41:23 bkorb"
  *
  *  This module will interpret the options set in the tOptions
index 0989cec17c1e7bf0a93c6fae78ffbc7cc9e9472d..f5cfe268b6f1dcb0e350573bcc00975980a1309f 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: nested.c,v 4.14 2006/09/28 01:26:16 bkorb Exp $
+ *  $Id: nested.c,v 4.8 2006/09/28 01:26:33 bkorb Exp $
  *  Time-stamp:      "2006-09-24 15:27:32 bkorb"
  *
  *   Automated Options Nested Values module.
index a186984e6113c43697406e065abb1b419c2bfb0b..d42efb25faa13258854d2f6ffc048aa0efd09af5 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: numeric.c,v 4.10 2006/10/05 03:39:53 bkorb Exp $
+ *  $Id: numeric.c,v 4.8 2006/10/05 03:48:57 bkorb Exp $
  *  Time-stamp:      "2006-10-04 16:12:34 bkorb"
  */
 
index 85b558c0d9fafce0ca70f987680519f31ae30fc9..384ef257a1b50d46e785a44295d8cece35049464 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: pgusage.c,v 4.13 2006/09/24 02:10:45 bkorb Exp $
+ *  $Id: pgusage.c,v 4.11 2006/09/24 02:11:16 bkorb Exp $
  * Time-stamp:      "2006-07-16 08:13:26 bkorb"
  *
  *   Automated Options Paged Usage module.
index 70a421b108a847f73b11c97ccc3adf4abd481357..dfe4167f4404254c2eaf45fe1974a1bcdfdfab9b 100644 (file)
@@ -1,7 +1,7 @@
 /* -*- buffer-read-only: t -*- vi: set ro:
  *
  * Prototypes for autoopts
- * Generated Thu Oct  5 21:15:15 PDT 2006
+ * Generated Thu Oct 12 17:44:48 PDT 2006
  */
 #ifndef AUTOOPTS_PROTO_H_GUARD
 #define AUTOOPTS_PROTO_H_GUARD 1
index a9ff3ef42f2641350d029c08662612a89cccea27..4f5834ba662885bc4135a26f3887143786cd5a62 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: putshell.c,v 4.16 2006/10/05 03:39:53 bkorb Exp $
+ *  $Id: putshell.c,v 4.14 2006/10/06 05:29:01 bkorb Exp $
  * Time-stamp:      "2006-10-05 20:37:42 bkorb"
  *
  *  This module will interpret the options set in the tOptions
index c5d56f9c763f466f956974370bb1120c8393ae5c..a93d445052fe9b218f360a19618e91b1d669c14d 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  restore.c  $Id: restore.c,v 4.9 2006/10/05 03:39:53 bkorb Exp $
+ *  restore.c  $Id: restore.c,v 4.7 2006/10/05 03:48:57 bkorb Exp $
  * Time-stamp:      "2005-02-23 15:10:20 bkorb"
  *
  *  This module's routines will save the current option state to memory
index 573508c562118f0426e34065040cf3a91ba0de63..16f57b710ddfbfa724ecd87065515e6607e6e831 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  save.c  $Id: save.c,v 4.20 2006/10/05 03:39:53 bkorb Exp $
+ *  save.c  $Id: save.c,v 4.12 2006/10/06 05:29:01 bkorb Exp $
  * Time-stamp:      "2006-10-05 21:09:18 bkorb"
  *
  *  This module's routines will take the currently set options and
index 3b5eafd427f941a25bf480345b430d6cb2df00aa..5e4bfbe9c518fb7163688e5e149e240ff3622500 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  sort.c  $Id: sort.c,v 4.11 2006/09/24 02:10:45 bkorb Exp $
+ *  sort.c  $Id: sort.c,v 4.8 2006/09/24 02:11:16 bkorb Exp $
  * Time-stamp:      "2006-06-24 10:53:35 bkorb"
  *
  *  This module implements argument sorting.
index 9d8f3a3d9ef6a0d99ba0886d7fb43443c05841b8..247436ce7bb4661ee71adde993870e6b3733ff8e 100644 (file)
@@ -1,7 +1,7 @@
 
 /*
  *  stack.c
- *  $Id: stack.c,v 4.13 2006/10/05 03:39:53 bkorb Exp $
+ *  $Id: stack.c,v 4.10 2006/10/05 03:48:57 bkorb Exp $
  *  Time-stamp:      "2006-09-22 18:13:19 bkorb"
  *
  *  This is a special option processing routine that will save the
index 257ce88404878f7804d751ffecb9982b17ee85b0..166ba8abd0c8431689db93dffb55d2f45a336dcd 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: streqvcmp.c,v 4.12 2006/09/24 02:10:45 bkorb Exp $
+ *  $Id: streqvcmp.c,v 4.9 2006/09/24 02:11:16 bkorb Exp $
  * Time-stamp:      "2006-07-26 18:25:53 bkorb"
  *
  *  String Equivalence Comparison
index ef70a9c11985afec209627dc752d395fa1492213..130521007b9109216df839650598f4bc42fab473 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: text_mmap.c,v 4.16 2006/09/24 02:10:45 bkorb Exp $
+ * $Id: text_mmap.c,v 4.14 2006/09/24 02:11:16 bkorb Exp $
  *
  * Time-stamp:      "2006-09-10 14:50:04 bkorb"
  */
index f4798af17822195c9ab2891ab237f3128e496cc7..276c19c9ec11f4c2974b1a8425b46be370b260fc 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  usage.c  $Id: usage.c,v 4.17 2006/09/24 02:10:45 bkorb Exp $
+ *  usage.c  $Id: usage.c,v 4.12 2006/09/24 02:11:16 bkorb Exp $
  * Time-stamp:      "2006-07-01 12:41:02 bkorb"
  *
  *  This module implements the default usage procedure for
index f528699d3e6e6cfd2df3cbc375fe75bf00db6c62..a3936540fc03b754cf11b4d4ff6345c25667f259 100644 (file)
@@ -1,5 +1,5 @@
 
-/*  $Id: version.c,v 4.12 2006/09/24 02:10:45 bkorb Exp $
+/*  $Id: version.c,v 4.9 2006/09/24 02:11:16 bkorb Exp $
  * Time-stamp:      "2006-09-22 18:15:00 bkorb"
  *
  *  This module implements the default usage procedure for
index a97083e493731bca62ae5f841f3972ec79c20f33..c44f7b42323bef9d8e2927a2af949ec2de07cc20 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: autoopts.c,v 4.27 2006/10/05 03:39:53 bkorb Exp $
+ *  $Id: autoopts.c,v 4.17 2006/10/05 03:48:56 bkorb Exp $
  *  Time-stamp:      "2006-10-04 19:32:32 bkorb"
  *
  *  This file contains all of the routines that must be linked into
index b7805fe745845a9ee807d0924c03ca6700f7f318..15fee722f0b1887f3ef978aa361e15f9409f33fc 100644 (file)
@@ -2,7 +2,7 @@
 /*
  *  Time-stamp:      "2006-09-10 14:43:25 bkorb"
  *
- *  autoopts.h  $Id: autoopts.h,v 4.29 2006/09/24 02:10:45 bkorb Exp $
+ *  autoopts.h  $Id: autoopts.h,v 4.17 2006/09/24 02:11:16 bkorb Exp $
  *  Time-stamp:      "2005-02-14 05:59:50 bkorb"
  *
  *  This file defines all the global structures and special values
index 97814ee3f9c74ced04d0e3cbab5c5f219992d955..ec4d0e408bca0aa92d4e32d62bc6e248a422155e 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (options.h)
  *  
- *  It has been AutoGen-ed  Thursday October  5, 2006 at 09:15:13 PM PDT
+ *  It has been AutoGen-ed  Thursday October 12, 2006 at 05:44:45 PM PDT
  *  From the definitions    funcs.def
  *  and the template file   options_h
  *
@@ -785,7 +785,7 @@ extern void optionUnloadNested( const tOptionValue* );
 extern char const* optionVersion( void );
 
 
-/* From: ../compat/pathfind.c line 34
+/* From: ../compat/pathfind.c line 33
  *
  * pathfind - fild a file in a list of directories
  *
index 9c7079b8c82024829398185df84edd70160119c0..02b12fc7cff0aca03c00a9a3db96c46133d76576 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (usage-txt.h)
  *  
- *  It has been AutoGen-ed  Thursday October  5, 2006 at 09:15:10 PM PDT
+ *  It has been AutoGen-ed  Thursday October 12, 2006 at 05:44:43 PM PDT
  *  From the definitions    usage-txt.def
  *  and the template file   usage-txt.tpl
  *
index 7549113fe270bb76036e4ec0820357ced67c13fb..2f8326a2963958a7bfba5368da8d0b92dfd65181 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: boolean.c,v 4.8 2006/09/24 02:10:45 bkorb Exp $
+ *  $Id: boolean.c,v 4.6 2006/09/24 02:11:16 bkorb Exp $
  * Time-stamp:      "2006-09-22 18:13:34 bkorb"
  *
  *   Automated Options Paged Usage module.
index 38e38d58396926579685293e4315732cf74142cb..5a7298551dc252e929e4f686dea1286ce354a20c 100644 (file)
@@ -7,7 +7,7 @@
  * Author:           Gary V Vaughan <gvaughan@oranda.demon.co.uk>
  * Created:          Mon Jun 30 15:54:46 1997
  *
- * $Id: compat.h,v 4.14 2006/09/24 02:10:45 bkorb Exp $
+ * $Id: compat.h,v 4.13 2006/09/24 02:11:16 bkorb Exp $
  */
 #ifndef COMPAT_H_GUARD
 #define COMPAT_H_GUARD 1
index e74a8f63fe0c45ce07be5ac132244aa54c4f9ffe..87ac2b7a7a77fd5d7dea68c3e3a76e7d7f43f802 100644 (file)
@@ -4,12 +4,11 @@
 
 /*
  * Author:           Gary V Vaughan <gvaughan@oranda.demon.co.uk>
- * Time-stamp:       "2006-09-23 19:46:16 bkorb"
  * Created:          Tue Jun 24 15:07:31 1997
- * Last Modified:    $Date: 2006/09/24 02:57:02 $
+ * Last Modified:    $Date: 2006/09/24 02:11:16 $
  *            by: bkorb
  *
- * $Id: pathfind.c,v 4.10 2006/09/24 02:57:02 bkorb Exp $
+ * $Id: pathfind.c,v 4.9 2006/09/24 02:11:16 bkorb Exp $
  */
 
 /* Code: */
index 02f81160df450adf1e045acc758cdbc923d56c2c..005582f49f7915690101879ceddbd4d8e5145b33 100644 (file)
@@ -1,8 +1,8 @@
 
 /*
- * Time-stamp:        "2006-09-23 19:44:29 bkorb"
+ * Time-stamp:        "2006-10-12 17:42:52 bkorb"
  *             by: bkorb
- * Last Committed:    $Date: 2006/09/24 02:57:02 $
+ * Last Committed:    $Date: 2006/10/13 00:44:35 $
  */
 #ifndef WINDOWS_CONFIG_HACKERY
 #define WINDOWS_CONFIG_HACKERY 1
 
 #define SIZEOF_INT 4
 
+#define SIZEOF_CHARP 4
+#define SIZEOF_LONG  4
+#define SIZEOF_SHORT 4
+
+typedef unsigned long uintptr_t;
+
 /*
  * # define HAVE_NET_IF_H
  * # define QSORT_USES_VOID_P
index 59037d6b29db26f67960cf4de9d58cacea60c58b..f6f421ac4d041647748464aa33b164f9757185bf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  $Id: configfile.c,v 4.29 2006/09/28 01:26:16 bkorb Exp $
+ *  $Id: configfile.c,v 1.15 2006/09/28 01:26:33 bkorb Exp $
  *  Time-stamp:      "2006-09-24 15:18:51 bkorb"
  *
  *  configuration/rc/ini file handling.
index 56d4c04082d0e8538acb27dc6fbcdcef35ed3163..de671a213024508ad432b38e8ee3ae59a0da3e5b 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: cook.c,v 4.9 2006/09/28 01:26:16 bkorb Exp $
+ *  $Id: cook.c,v 4.7 2006/09/28 01:26:33 bkorb Exp $
  *  Time-stamp:      "2006-09-24 15:21:02 bkorb"
  *
  *  This file contains the routines that deal with processing quoted strings
index dd51b1111b1b0d6b804cbf4ce7d12fc74bf10f7a..85f087c1cd4c7ca2732e52621a12c351cdc6c13f 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: enumeration.c,v 4.14 2006/09/24 02:10:45 bkorb Exp $
+ *  $Id: enumeration.c,v 4.12 2006/10/06 05:29:00 bkorb Exp $
  * Time-stamp:      "2006-10-05 21:10:21 bkorb"
  *
  *   Automated Options Paged Usage module.
index 1ac3fe8ebd93ff75faeac84f8750b85d5fab4e32..185c3fb7e7c24fcbbb376a28f8d612a23c8c33e6 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: environment.c,v 4.12 2006/09/24 02:10:45 bkorb Exp $
+ *  $Id: environment.c,v 4.9 2006/09/24 02:11:16 bkorb Exp $
  * Time-stamp:      "2005-10-29 13:23:59 bkorb"
  *
  *  This file contains all of the routines that must be linked into
index c7331f49fb291296a7be4d7d5eac22076f0bbe40..8f31d2590e886d5d3893ee388afadae1b52010dd 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (genshell.c)
  *  
- *  It has been AutoGen-ed  Thursday October  5, 2006 at 09:15:14 PM PDT
+ *  It has been AutoGen-ed  Thursday October 12, 2006 at 05:44:47 PM PDT
  *  From the definitions    genshell.def
  *  and the template file   options
  *
index e7c524eab184376f52ac231ea31eb3d3de61e62f..1a900a647781cec7d64bd5a0e87c74514f6f4104 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (genshell.h)
  *  
- *  It has been AutoGen-ed  Thursday October  5, 2006 at 09:15:14 PM PDT
+ *  It has been AutoGen-ed  Thursday October 12, 2006 at 05:44:47 PM PDT
  *  From the definitions    genshell.def
  *  and the template file   options
  *
index 45fb53a4717bddaa4c1220b8f5242ed9d12bfad2..8eccf7aa798a5aebcd1b8bfeef2be9a48c7e9a06 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: load.c,v 4.26 2006/09/28 01:26:16 bkorb Exp $
+ *  $Id: load.c,v 4.14 2006/09/28 01:26:33 bkorb Exp $
  *  Time-stamp:      "2006-09-24 15:23:01 bkorb"
  *
  *  This file contains the routines that deal with processing text strings
index 4c6f71151ef5ccb8f2593c1f422d428d17fbf0cf..6a04ef5f6a9e2246ce7458f64341288143720404 100644 (file)
@@ -2,7 +2,7 @@ dnl  -*- buffer-read-only: t -*- vi: set ro:
 dnl 
 dnl DO NOT EDIT THIS FILE   (libopts.m4)
 dnl 
-dnl It has been AutoGen-ed  Thursday October  5, 2006 at 09:15:16 PM PDT
+dnl It has been AutoGen-ed  Thursday October 12, 2006 at 05:44:50 PM PDT
 dnl From the definitions    libopts.def
 dnl and the template file   conftest.tpl
 dnl
@@ -401,7 +401,7 @@ AC_DEFUN([INVOKE_LIBOPTS_MACROS],[
 dnl @synopsis  LIBOPTS_CHECK
 dnl
 dnl Time-stamp:        "2006-09-23 19:36:24 bkorb"
-dnl Last Committed:    $Date: 2006/09/24 02:57:02 $
+dnl Last Committed:    $Date: 2006/09/24 02:59:00 $
 dnl
 dnl If autoopts-config works, add the linking information to LIBS.
 dnl Otherwise, add ``libopts-${ao_rev}'' to SUBDIRS and run all
index 2c473a08ae15d5248edcfc6a19bfead3523c5114..14e7f27c819849c473cbfb15604d54281dda2741 100644 (file)
@@ -5,7 +5,7 @@ dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
 
 dnl Time-stamp:        "2006-09-23 19:42:31 bkorb"
-dnl Last Committed:    $Date: 2006/09/24 02:57:02 $
+dnl Last Committed:    $Date: 2006/09/24 02:59:00 $
 
 dnl This file can can be used in projects which are not available under
 dnl the GNU General Public License or the GNU Library General Public
index 088df02f94f251e0feca8380e2e53ba498c7dc36..27fe19f0ecf4795436b9b6914082ae562443d06e 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: makeshell.c,v 4.18 2006/10/05 03:39:53 bkorb Exp $
+ *  $Id: makeshell.c,v 4.14 2006/10/06 05:29:00 bkorb Exp $
  * Time-stamp:      "2006-10-05 20:41:23 bkorb"
  *
  *  This module will interpret the options set in the tOptions
index 0989cec17c1e7bf0a93c6fae78ffbc7cc9e9472d..f5cfe268b6f1dcb0e350573bcc00975980a1309f 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: nested.c,v 4.14 2006/09/28 01:26:16 bkorb Exp $
+ *  $Id: nested.c,v 4.8 2006/09/28 01:26:33 bkorb Exp $
  *  Time-stamp:      "2006-09-24 15:27:32 bkorb"
  *
  *   Automated Options Nested Values module.
index a186984e6113c43697406e065abb1b419c2bfb0b..d42efb25faa13258854d2f6ffc048aa0efd09af5 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: numeric.c,v 4.10 2006/10/05 03:39:53 bkorb Exp $
+ *  $Id: numeric.c,v 4.8 2006/10/05 03:48:57 bkorb Exp $
  *  Time-stamp:      "2006-10-04 16:12:34 bkorb"
  */
 
index 85b558c0d9fafce0ca70f987680519f31ae30fc9..384ef257a1b50d46e785a44295d8cece35049464 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: pgusage.c,v 4.13 2006/09/24 02:10:45 bkorb Exp $
+ *  $Id: pgusage.c,v 4.11 2006/09/24 02:11:16 bkorb Exp $
  * Time-stamp:      "2006-07-16 08:13:26 bkorb"
  *
  *   Automated Options Paged Usage module.
index 70a421b108a847f73b11c97ccc3adf4abd481357..dfe4167f4404254c2eaf45fe1974a1bcdfdfab9b 100644 (file)
@@ -1,7 +1,7 @@
 /* -*- buffer-read-only: t -*- vi: set ro:
  *
  * Prototypes for autoopts
- * Generated Thu Oct  5 21:15:15 PDT 2006
+ * Generated Thu Oct 12 17:44:48 PDT 2006
  */
 #ifndef AUTOOPTS_PROTO_H_GUARD
 #define AUTOOPTS_PROTO_H_GUARD 1
index a9ff3ef42f2641350d029c08662612a89cccea27..4f5834ba662885bc4135a26f3887143786cd5a62 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: putshell.c,v 4.16 2006/10/05 03:39:53 bkorb Exp $
+ *  $Id: putshell.c,v 4.14 2006/10/06 05:29:01 bkorb Exp $
  * Time-stamp:      "2006-10-05 20:37:42 bkorb"
  *
  *  This module will interpret the options set in the tOptions
index c5d56f9c763f466f956974370bb1120c8393ae5c..a93d445052fe9b218f360a19618e91b1d669c14d 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  restore.c  $Id: restore.c,v 4.9 2006/10/05 03:39:53 bkorb Exp $
+ *  restore.c  $Id: restore.c,v 4.7 2006/10/05 03:48:57 bkorb Exp $
  * Time-stamp:      "2005-02-23 15:10:20 bkorb"
  *
  *  This module's routines will save the current option state to memory
index 573508c562118f0426e34065040cf3a91ba0de63..16f57b710ddfbfa724ecd87065515e6607e6e831 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  save.c  $Id: save.c,v 4.20 2006/10/05 03:39:53 bkorb Exp $
+ *  save.c  $Id: save.c,v 4.12 2006/10/06 05:29:01 bkorb Exp $
  * Time-stamp:      "2006-10-05 21:09:18 bkorb"
  *
  *  This module's routines will take the currently set options and
index 3b5eafd427f941a25bf480345b430d6cb2df00aa..5e4bfbe9c518fb7163688e5e149e240ff3622500 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  sort.c  $Id: sort.c,v 4.11 2006/09/24 02:10:45 bkorb Exp $
+ *  sort.c  $Id: sort.c,v 4.8 2006/09/24 02:11:16 bkorb Exp $
  * Time-stamp:      "2006-06-24 10:53:35 bkorb"
  *
  *  This module implements argument sorting.
index 9d8f3a3d9ef6a0d99ba0886d7fb43443c05841b8..247436ce7bb4661ee71adde993870e6b3733ff8e 100644 (file)
@@ -1,7 +1,7 @@
 
 /*
  *  stack.c
- *  $Id: stack.c,v 4.13 2006/10/05 03:39:53 bkorb Exp $
+ *  $Id: stack.c,v 4.10 2006/10/05 03:48:57 bkorb Exp $
  *  Time-stamp:      "2006-09-22 18:13:19 bkorb"
  *
  *  This is a special option processing routine that will save the
index 257ce88404878f7804d751ffecb9982b17ee85b0..166ba8abd0c8431689db93dffb55d2f45a336dcd 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: streqvcmp.c,v 4.12 2006/09/24 02:10:45 bkorb Exp $
+ *  $Id: streqvcmp.c,v 4.9 2006/09/24 02:11:16 bkorb Exp $
  * Time-stamp:      "2006-07-26 18:25:53 bkorb"
  *
  *  String Equivalence Comparison
index ef70a9c11985afec209627dc752d395fa1492213..130521007b9109216df839650598f4bc42fab473 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: text_mmap.c,v 4.16 2006/09/24 02:10:45 bkorb Exp $
+ * $Id: text_mmap.c,v 4.14 2006/09/24 02:11:16 bkorb Exp $
  *
  * Time-stamp:      "2006-09-10 14:50:04 bkorb"
  */
index f4798af17822195c9ab2891ab237f3128e496cc7..276c19c9ec11f4c2974b1a8425b46be370b260fc 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  usage.c  $Id: usage.c,v 4.17 2006/09/24 02:10:45 bkorb Exp $
+ *  usage.c  $Id: usage.c,v 4.12 2006/09/24 02:11:16 bkorb Exp $
  * Time-stamp:      "2006-07-01 12:41:02 bkorb"
  *
  *  This module implements the default usage procedure for
index f528699d3e6e6cfd2df3cbc375fe75bf00db6c62..a3936540fc03b754cf11b4d4ff6345c25667f259 100644 (file)
@@ -1,5 +1,5 @@
 
-/*  $Id: version.c,v 4.12 2006/09/24 02:10:45 bkorb Exp $
+/*  $Id: version.c,v 4.9 2006/09/24 02:11:16 bkorb Exp $
  * Time-stamp:      "2006-09-22 18:15:00 bkorb"
  *
  *  This module implements the default usage procedure for