[BACK]Return to config.h.in CVS log [TXT][DIR] Up to [Development] / xfs-cmds / acl / include

File: [Development] / xfs-cmds / acl / include / config.h.in (download)

Revision 1.2, Wed Jul 10 04:12:35 2002 UTC (15 years, 3 months ago) by nathans
Branch: MAIN
Changes since 1.1: +0 -3 lines

Fix configure warning (autoconf 2.13) - namely:
"AC_TRY_RUN called without default to allow cross compiling"

/* Define if you want Posix compliant getfacl and setfacl utilities
   without extensions */
#undef POSIXLY_CORRECT

/* The number of bytes in a int.  */
#undef SIZEOF_INT

/* The number of bytes in a long.  */
#undef SIZEOF_LONG

/* The number of bytes in a short.  */
#undef SIZEOF_SHORT