📄 config.h.in
字号:
/* config.h.in. Generated automatically from configure.in by autoheader. *//* Define to empty if the keyword does not work. */#undef const/* Define to `int' if <sys/types.h> doesn't define. */#undef gid_t/* Define if you don't have vprintf but do have _doprnt. */#undef HAVE_DOPRNT/* Define if you have the strftime function. */#undef HAVE_STRFTIME/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */#undef HAVE_SYS_WAIT_H/* Define if you have the vprintf function. */#undef HAVE_VPRINTF/* Define to `int' if <sys/types.h> doesn't define. */#undef pid_t/* Define if you need to in order for stat and other things to work. */#undef _POSIX_SOURCE/* Define as the return type of signal handlers (int or void). */#undef RETSIGTYPE/* Define to `unsigned' if <sys/types.h> doesn't define. */#undef size_t/* Define if you have the ANSI C header files. */#undef STDC_HEADERS/* Define if you can safely include both <sys/time.h> and <time.h>. */#undef TIME_WITH_SYS_TIME/* Define if your <sys/time.h> declares struct tm. */#undef TM_IN_SYS_TIME/* Define to `int' if <sys/types.h> doesn't define. */#undef uid_t/* * $Id: config.h.in,v 1.11 1998/02/17 09:51:47 mdejonge Exp $ * * $Source: /home/mdejonge/CVS/projects/modem/config.h.in,v $ * $Revision: 1.11 $ * Author: Merijn de Jonge * Email: mdejongewins.uva.nl * * *# This file is part of the modem communication package.# Copyright (C) 1996-1998 Merijn de Jonge# # This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 2 of the License, or# (at your option) any later version.# # This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the# GNU General Public License for more details.# # You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * * *//* Define if you have basename */#undef HAS_BASENAME/* Define if you have vsnprintf */#undef HAS_VSNPRINTF/* Define if you have atexit */#undef HAS_ATEXIT/* Define if you have setenv */#undef HAS_SETENV/* * Define if you have grantpt (i.e., use stream implementation of * pseudo terminals under SVR4). */#undef HAS_GRANTPT/* Define if printf understands %m conversion */#undef PRINTF_HAS_M_FORMAT/* Define when machine has Big Endian byte ordering. */#undef BIG_ENDIAN#undef USE_MOTIF#undef USE_TK#undef USE_XT#undef USE_TEXT/* Define if you have the gethostname function. */#undef HAVE_GETHOSTNAME/* Define if you have the mkdir function. */#undef HAVE_MKDIR/* Define if you have the putenv function. */#undef HAVE_PUTENV/* Define if you have the select function. */#undef HAVE_SELECT/* Define if you have the socket function. */#undef HAVE_SOCKET/* Define if you have the strdup function. */#undef HAVE_STRDUP/* Define if you have the strtol function. */#undef HAVE_STRTOL/* Define if you have the <fcntl.h> header file. */#undef HAVE_FCNTL_H/* Define if you have the <limits.h> header file. */#undef HAVE_LIMITS_H/* Define if you have the <sys/file.h> header file. */#undef HAVE_SYS_FILE_H/* Define if you have the <sys/ioctl.h> header file. */#undef HAVE_SYS_IOCTL_H/* Define if you have the <sys/time.h> header file. */#undef HAVE_SYS_TIME_H/* Define if you have the <unistd.h> header file. */#undef HAVE_UNISTD_H/* Define if you have the dl library (-ldl). */#undef HAVE_LIBDL/* Define if you have the m library (-lm). */#undef HAVE_LIBM/* Define if you have the nsl library (-lnsl). */#undef HAVE_LIBNSL/* Define if you have the socket library (-lsocket). */#undef HAVE_LIBSOCKET
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -