/*
- * Time-stamp: "2006-07-15 13:52:50 bkorb"
+ * Time-stamp: "2006-08-12 10:26:19 bkorb"
*
- * autoopts.h $Id: autoopts.h,v 4.25 2006/07/15 22:10:21 bkorb Exp $
+ * autoopts.h $Id: autoopts.h,v 4.14 2006/08/12 17:36:43 bkorb Exp $
* Time-stamp: "2005-02-14 05:59:50 bkorb"
*
* This file defines all the global structures and special values
*
* USAGE: define procedures to return "tSuccess". Test their results
* with the SUCCEEDED, FAILED and HADGLITCH macros.
+ *
+ * Microsoft sticks its nose into user space here, so for Windows' sake,
+ * make sure all of these are undefined.
*/
#undef SUCCESS
-#define SUCCESS ((tSuccess) 0)
#undef FAILURE
-#define FAILURE ((tSuccess)-1)
#undef PROBLEM
+#undef SUCCEEDED
+#undef SUCCESSFUL
+#undef FAILED
+#undef HADGLITCH
+
+#define SUCCESS ((tSuccess) 0)
+#define FAILURE ((tSuccess)-1)
#define PROBLEM ((tSuccess) 1)
typedef int tSuccess;
dnl
dnl DO NOT EDIT THIS FILE (libopts.m4)
dnl
-dnl It has been AutoGen-ed Thursday July 27, 2006 at 09:14:31 PM PDT
+dnl It has been AutoGen-ed Saturday August 12, 2006 at 10:36:56 AM PDT
dnl From the definitions libopts.def
dnl and the template file conftest.tpl
dnl
AC_CHECK_HEADERS(dlfcn.h errno.h fcntl.h libgen.h memory.h netinet/in.h \
setjmp.h sys/mman.h sys/param.h sys/poll.h sys/procset.h sys/select.h \
sys/socket.h sys/stropts.h sys/time.h sys/un.h sys/wait.h unistd.h \
- utime.h)
+ utime.h )
# --------------------------------------------
# Verify certain entries from AC_CHECK_HEADERS
# ...and int types headers
# ========================
AC_CHECK_HEADERS(stdint.h inttypes.h, break)
- AC_CHECK_TYPES([uint_t,int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t,
- intptr_t])
+ AC_CHECK_TYPES([int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t,
+ intptr_t, uint_t])
# ====================
# uintptr type & sizes
/*
- * usage.c $Id: usage.c,v 4.14 2006/07/01 21:57:23 bkorb Exp $
+ * usage.c $Id: usage.c,v 4.10 2006/08/12 17:36:43 bkorb Exp $
* Time-stamp: "2006-07-01 12:41:02 bkorb"
*
* This module implements the default usage procedure for
tOptions* pOpts,
int ex_code )
{
- tCC* pOptTitle;
+ tCC* pOptTitle = NULL;
/*
* Determine which header and which option formatting strings to use
fprintf( option_usage_fp, pOptions->pzUsageTitle, pOptions->pzProgName );
{
- tCC* pOptTitle;
+ tCC* pOptTitle = NULL;
/*
* Determine which header and which option formatting strings to use
/*
- * Time-stamp: "2006-07-15 13:52:50 bkorb"
+ * Time-stamp: "2006-08-12 10:26:19 bkorb"
*
- * autoopts.h $Id: autoopts.h,v 4.25 2006/07/15 22:10:21 bkorb Exp $
+ * autoopts.h $Id: autoopts.h,v 4.14 2006/08/12 17:36:43 bkorb Exp $
* Time-stamp: "2005-02-14 05:59:50 bkorb"
*
* This file defines all the global structures and special values
*
* USAGE: define procedures to return "tSuccess". Test their results
* with the SUCCEEDED, FAILED and HADGLITCH macros.
+ *
+ * Microsoft sticks its nose into user space here, so for Windows' sake,
+ * make sure all of these are undefined.
*/
#undef SUCCESS
-#define SUCCESS ((tSuccess) 0)
#undef FAILURE
-#define FAILURE ((tSuccess)-1)
#undef PROBLEM
+#undef SUCCEEDED
+#undef SUCCESSFUL
+#undef FAILED
+#undef HADGLITCH
+
+#define SUCCESS ((tSuccess) 0)
+#define FAILURE ((tSuccess)-1)
#define PROBLEM ((tSuccess) 1)
typedef int tSuccess;
dnl
dnl DO NOT EDIT THIS FILE (libopts.m4)
dnl
-dnl It has been AutoGen-ed Thursday July 27, 2006 at 09:14:31 PM PDT
+dnl It has been AutoGen-ed Saturday August 12, 2006 at 10:36:56 AM PDT
dnl From the definitions libopts.def
dnl and the template file conftest.tpl
dnl
AC_CHECK_HEADERS(dlfcn.h errno.h fcntl.h libgen.h memory.h netinet/in.h \
setjmp.h sys/mman.h sys/param.h sys/poll.h sys/procset.h sys/select.h \
sys/socket.h sys/stropts.h sys/time.h sys/un.h sys/wait.h unistd.h \
- utime.h)
+ utime.h )
# --------------------------------------------
# Verify certain entries from AC_CHECK_HEADERS
# ...and int types headers
# ========================
AC_CHECK_HEADERS(stdint.h inttypes.h, break)
- AC_CHECK_TYPES([uint_t, int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t,
- intptr_t])
+ AC_CHECK_TYPES([int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t,
+ intptr_t, uint_t])
# ====================
# uintptr type & sizes
/*
- * usage.c $Id: usage.c,v 4.14 2006/07/01 21:57:23 bkorb Exp $
+ * usage.c $Id: usage.c,v 4.10 2006/08/12 17:36:43 bkorb Exp $
* Time-stamp: "2006-07-01 12:41:02 bkorb"
*
* This module implements the default usage procedure for
tOptions* pOpts,
int ex_code )
{
- tCC* pOptTitle;
+ tCC* pOptTitle = NULL;
/*
* Determine which header and which option formatting strings to use
fprintf( option_usage_fp, pOptions->pzUsageTitle, pOptions->pzProgName );
{
- tCC* pOptTitle;
+ tCC* pOptTitle = NULL;
/*
* Determine which header and which option formatting strings to use