]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Formerly acconfig.h.~22~
authorDavid MacKenzie <djm@djmnet.org>
Thu, 22 Jul 1993 23:34:13 +0000 (23:34 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Thu, 22 Jul 1993 23:34:13 +0000 (23:34 +0000)
acconfig.h

index 9d15e4753dc57384992c75a3033f80814407e3be..03c031d1e5fa47270efaa84f51041c33002b2167 100644 (file)
@@ -1,10 +1,11 @@
-/* Template config.h
+/* acconfig.h
    This file is in the public domain.
-   It provides sample descriptive text for the C preprocessor macros
-   that the distributed Autoconf macros can define.
-   No software package will use all of them, but this file is provided
-   so autoheader can copy the ones you use into your own configuration
-   header files.
+
+   Descriptive text for the C preprocessor macros that
+   the distributed Autoconf macros can define.
+   No software package will use all of them; autoheader copies the ones
+   your configure.in uses into your configuration header file templates.
+
    The entries are in sort -df order: alphabetical, case insensitive,
    ignoring punctuation (such as underscores).
 
@@ -24,7 +25,6 @@
 /* Define to empty if the keyword does not work.  */
 #undef const
 
-/* Define if on MINIX.  */
 /* Define as the proper declaration for yytext.  */
 #undef DECLARE_YYTEXT
 
 /* Define if on MINIX.  */
 #undef _MINIX
 
+/* Define to `int' if <sys/types.h> doesn't define.  */
+#undef mode_t
+
+/* Define if you don't have dirent.h, but have ndir.h.  */
+#undef NDIR
+
 /* Define if you have memory.h, and string.h doesn't declare the
    mem* functions.  */
 #undef NEED_MEMORY_H
 /* Define if you have neither a remote shell nor the rexec function.  */
 #undef NO_REMOTE
 
+/* Define to `long' if <sys/types.h> doesn't define.  */
+#undef off_t
+
 /* Define to `int' if <sys/types.h> doesn't define.  */
 #undef pid_t
 
    before release 3.  */
 #undef SETVBUF_REVERSED
 
+/* Define to `unsigned' if <sys/types.h> doesn't define.  */
+#undef size_t
+
 /* If using the C implementation of alloca, define if you know the
    direction of stack growth for your system; otherwise it will be
    automatically deduced at run-time.
  */
 #undef STACK_DIRECTION
 
+/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
+#undef STAT_MACROS_BROKEN
+
 /* Define if you have the ANSI C header files.  */
 #undef STDC_HEADERS
 
 #undef VOID_CLOSEDIR
 
 /* Define if your processor stores words with the most significant
-   byte first (like Motorola and Sparc, unlike Intel and VAX).  */
+   byte first (like Motorola and SPARC, unlike Intel and VAX).  */
 #undef WORDS_BIGENDIAN
 
 \f