1997-11-25 06:05:25 +08:00
|
|
|
|
/* acconfig.h
|
|
|
|
|
This file is in the public domain.
|
|
|
|
|
|
|
|
|
|
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). Although this order
|
|
|
|
|
can split up related entries, it makes it easier to check whether
|
|
|
|
|
a given entry is in the file.
|
|
|
|
|
|
|
|
|
|
Leave the following blank line there!! Autoheader needs it. */
|
|
|
|
|
|
|
|
|
|
|
1999-01-23 07:46:44 +08:00
|
|
|
|
#undef ENABLE_MP
|
1998-08-06 07:46:04 +08:00
|
|
|
|
#undef ENABLE_NLS
|
2001-02-11 05:14:54 +08:00
|
|
|
|
#undef HAVE_ASM_MMX
|
1998-08-06 07:46:04 +08:00
|
|
|
|
#undef HAVE_CATGETS
|
1997-11-25 06:05:25 +08:00
|
|
|
|
#undef HAVE_DIRENT_H
|
|
|
|
|
#undef HAVE_DOPRNT
|
2001-07-01 19:35:59 +08:00
|
|
|
|
#undef HAVE_FINITE
|
1998-08-06 07:46:04 +08:00
|
|
|
|
#undef HAVE_GETTEXT
|
2001-01-03 04:28:58 +08:00
|
|
|
|
#undef HAVE_GLIBC_REGEX
|
1997-11-25 06:05:25 +08:00
|
|
|
|
#undef HAVE_IPC_H
|
2001-07-01 19:35:59 +08:00
|
|
|
|
#undef HAVE_ISFINITE
|
1998-08-06 07:46:04 +08:00
|
|
|
|
#undef HAVE_LC_MESSAGES
|
1999-05-29 09:38:58 +08:00
|
|
|
|
#undef HAVE_MMAP
|
1997-11-25 06:05:25 +08:00
|
|
|
|
#undef HAVE_NDIR_H
|
1999-01-14 07:09:41 +08:00
|
|
|
|
#undef HAVE_PROGRESSIVE_JPEG
|
1998-08-29 07:01:46 +08:00
|
|
|
|
#undef HAVE_PUTENV
|
1999-02-21 07:14:43 +08:00
|
|
|
|
#undef HAVE_RINT
|
1997-11-25 06:05:25 +08:00
|
|
|
|
#undef HAVE_SHM_H
|
1998-08-29 07:01:46 +08:00
|
|
|
|
#undef HAVE_STPCPY
|
1997-11-25 06:05:25 +08:00
|
|
|
|
#undef HAVE_SYS_DIR_H
|
|
|
|
|
#undef HAVE_SYS_NDIR_H
|
1999-02-21 07:14:43 +08:00
|
|
|
|
#undef HAVE_SYS_PARAM_H
|
1997-11-25 06:05:25 +08:00
|
|
|
|
#undef HAVE_SYS_SELECT_H
|
|
|
|
|
#undef HAVE_SYS_TIME_H
|
1999-02-21 07:14:43 +08:00
|
|
|
|
#undef HAVE_SYS_TIMES_H
|
1997-11-25 06:05:25 +08:00
|
|
|
|
#undef HAVE_UNISTD_H
|
|
|
|
|
#undef HAVE_VPRINTF
|
1998-11-24 09:40:16 +08:00
|
|
|
|
#undef HAVE_VSNPRINTF
|
1997-11-25 06:05:25 +08:00
|
|
|
|
|
|
|
|
|
#undef IPC_RMID_DEFERRED_RELEASE
|
|
|
|
|
|
1998-03-25 10:17:42 +08:00
|
|
|
|
#undef NO_DIFFTIME
|
1997-11-25 06:05:25 +08:00
|
|
|
|
#undef NO_FD_SET
|
|
|
|
|
|
1998-03-22 18:03:12 +08:00
|
|
|
|
#undef RAND_FUNC
|
|
|
|
|
#undef SRAND_FUNC
|
|
|
|
|
|
1998-06-19 09:45:03 +08:00
|
|
|
|
#undef USE_PTHREADS
|
2001-09-27 23:33:53 +08:00
|
|
|
|
|
|
|
|
|
#undef GETTEXT_PACKAGE
|
|
|
|
|
|
1997-11-25 06:05:25 +08:00
|
|
|
|
|
|
|
|
|
/* Leave that blank line there!! Autoheader needs it.
|
|
|
|
|
If you're adding to this file, keep in mind:
|
|
|
|
|
The entries are in sort -df order: alphabetical, case insensitive,
|
|
|
|
|
ignoring punctuation (such as underscores). */
|