autoconf.h.in
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:2k
- /* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*- */
- /*
- * Copyright (c) 1997 University of Southern California.
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation, advertising
- * materials, and other materials related to such distribution and use
- * acknowledge that the software was developed by the University of
- * Southern California, Information Sciences Institute. The name of the
- * University may not be used to endorse or promote products derived from
- * this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
- * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
- *
- */
- /* This file should contain variables changed only by autoconf. */
- /*
- * Put autoconf #define's here to keep them off the command line.
- * see autoconf.info(Header Templates) in the autoconf docs.
- */
- /* what does random(3) return? */
- #define RANDOM_RETURN_TYPE int
- /* type definitions */
- #undef int8_t
- #undef int16_t
- #undef int32_t
- #undef u_int8_t
- #undef u_int16_t
- #undef u_int32_t
- /* functions */
- #undef HAVE_BCOPY
- #undef HAVE_BZERO
- #undef HAVE_GETRUSAGE
- #undef HAVE_SBRK
- #undef HAVE_SNPRINTF
- #undef HAVE_STRTOLL
- #undef HAVE_STRTOQ
- /* headers */
- #undef HAVE_STRING_H
- #undef HAVE_STRINGS_H