.
authorJim Meyering <jim@meyering.net>
Mon, 12 Jan 2004 09:43:28 +0000 (09:43 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 12 Jan 2004 09:43:28 +0000 (09:43 +0000)
config.hin

index ed4e14d..1a7d9e7 100644 (file)
 /* Define to 1 if using `getloadavg.c'. */
 #undef C_GETLOADAVG
 
-/* Define the default level of POSIX conformance for these tools. The value is
-   of the form YYYYMM, specifying the year and month the standard was adopted.
-   Unless explicitly selected at configure-time, this symbol is not defined.
-   */
+/* Define the default level of POSIX conformance. The value is of the form
+   YYYYMM, specifying the year and month the standard was adopted. If not
+   defined here, it defaults to the value of _POSIX2_VERSION in <unistd.h>.
+   Define to 199209 to default to POSIX 1003.2-1992, which makes standard
+   programs like `head', `tail', and `sort' accept obsolete options like `+10'
+   and `-10'. Define to 200112 to default to POSIX 1003.1-2001, which makes
+   these standard programs treat leading-`+' operands as file names and
+   require modern usages like `-n 10' instead of `-10'. Whether defined here
+   or not, the default can be overridden at run time via the _POSIX2_VERSION
+   environment variable. */
 #undef DEFAULT_POSIX2_VERSION
 
 /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */