Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
61fe8619
Commit
61fe8619
authored
Jan 03, 1994
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Now generated automatically by autoheader
parent
976877ea
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
215 additions
and
83 deletions
+215
-83
config.h.in
config.h.in
+215
-83
No files found.
config.h.in
View file @
61fe8619
/* NOTE: config.h.in is converted into config.h by the configure
/* Include/config.h.in. Generated automatically from configure.in by autoheader. */
script in the toplevel directory.
/* Define if on AIX 3.
On non-UNIX systems, manually copy config.h.in to config.h, and
System headers sometimes define this.
edit the latter to reflect the actual configuration of your system.
We just want to avoid a redefinition error message. */
#ifndef _ALL_SOURCE
Then arrange that the symbol HAVE_CONFIG_H is defined during
#undef _ALL_SOURCE
compilation (usually by passing an argument of the form
#endif
`-DHAVE_CONFIG_H' to the compiler, but this is necessarily
system-dependent). */
/* Define to empty if the keyword does not work. */
#undef const
/* Types which have no traditional name -- edit the definition if necessary */
/* Define if you have dirent.h. */
#undef DIRENT
#define RETSIGTYPE int /* int or void: return of signal handlers */
/* Define to the type of elements in the array set by `getgroups'.
Usually this is either `int' or `gid_t'. */
/* Types which are often defined in <sys/types.h> -- either define as
#undef GETGROUPS_T
some variant of int or leave undefined. Uncomment a definition if
your <sys/types.h> does not define the type */
/* Define to `int' if <sys/types.h> doesn't define. */
#undef gid_t
/* #define mode_t int */
/* #define off_t long */
/* Define if your struct tm has tm_zone. */
/* #define pid_t int */
#undef HAVE_TM_ZONE
/* #define size_t unsigned */
/* #define uid_t int */
/* Define if you don't have tm_zone but do have the external array
/* #define gid_t int */
tzname. */
#undef HAVE_TZNAME
/* Feature test symbols -- either define as 1 or leave undefined */
/* Define if on MINIX. */
#undef _MINIX
/* symbol name: #define as 1 if: */
/* Define to `int' if <sys/types.h> doesn't define. */
#undef STDC_HEADERS /* the standard C header files exist
#undef mode_t
(in particular, <stdlib.h>,
<stdarg.h>, <string.h> and <float.h>) */
/* Define if you don't have dirent.h, but have ndir.h. */
#undef NDIR
#undef HAVE_DLFCN_H /* <dlfcn.h> exists */
#undef HAVE_SIGNAL_H /* <signal.h> exists */
/* Define to `long' if <sys/types.h> doesn't define. */
#undef HAVE_STDARG_H /* <stdarg.h> exists (else need <varargs.h>) */
#undef off_t
#undef HAVE_STDLIB_H /* <stdlib.h> exists */
#undef HAVE_UNISTD_H /* <unistd.h> exists */
/* Define to `int' if <sys/types.h> doesn't define. */
#undef HAVE_UTIME_H /* <utime.h> exists */
#undef pid_t
#undef HAVE_SYS_PARAM_H /* <sys/param.h> exists */
/* Define if the system does not provide POSIX.1 features except
#undef HAVE_SYS_SELECT_H /* <sys/select.h> exists */
with this defined. */
#undef HAVE_SYS_TIMES_H /* <sys/times.h> exists */
#undef _POSIX_1_SOURCE
#undef HAVE_SYS_TIME_H /* <sys/time.h> exists */
#undef HAVE_SYS_UTSNAME_H /* <sys/utsname.h> exists */
/* Define if you need to in order for stat and other things to work. */
#undef HAVE_SYS_UN_H /* <sys/un.h> exists */
#undef _POSIX_SOURCE
#undef TIME_WITH_SYS_TIME /* <sys/time.h> and <time.h> can be included
/* Define as the return type of signal handlers (int or void). */
together */
#undef RETSIGTYPE
#undef HAVE_TM_ZONE /* struct tm has a tm_zone member */
/* Define to `unsigned' if <sys/types.h> doesn't define. */
#undef HAVE_TZNAME /* extern char *tzname[] exists */
#undef size_t
#undef HAVE_CLOCK /* clock() exists */
/* Define if you have the ANSI C header files. */
#undef HAVE_FTIME /* ftime() exists */
#undef STDC_HEADERS
#undef HAVE_GETPEERNAME /* getpeername() exists */
#undef HAVE_GETPGRP /* getpgrp() exists */
/* Define if you don't have dirent.h, but have sys/dir.h. */
#undef HAVE_GETTIMEOFDAY /* gettimeofday() exists */
#undef SYSDIR
#undef HAVE_LSTAT /* lstat() exists */
#undef HAVE_PROTOTYPES /* the compiler understands prototypes */
/* Define if you don't have dirent.h, but have sys/ndir.h. */
#undef HAVE_READLINK /* readlink() exists */
#undef SYSNDIR
#undef HAVE_SELECT /* select() exists */
#undef HAVE_SETPGID /* setpgid() exists */
/* Define if you can safely include both <sys/time.h> and <time.h>. */
#undef HAVE_SETPGRP /* setpgrp() exists */
#undef TIME_WITH_SYS_TIME
#undef HAVE_SETSID /* setsid() exists */
#undef HAVE_SYMLINK /* symlink() exists */
/* Define if your <sys/time.h> declares struct tm. */
#undef HAVE_SIGINTERRUPT /* siginterrupt() exists */
#undef TM_IN_SYS_TIME
#undef HAVE_TCGETPGRP /* tcgetpgrp() exists */
#undef HAVE_TCSETPGRP /* tcsetpgrp() exists */
/* Define to `int' if <sys/types.h> doesn't define. */
#undef HAVE_TIMES /* times() exists */
#undef uid_t
#undef HAVE_UNAME /* uname() exists */
#undef HAVE_WAITPID /* waitpid() exists */
/* Define if the closedir function returns void instead of int. */
#undef VOID_CLOSEDIR
#undef GETPGRP_HAVE_ARG /* getpgrp() must be called as getpgrp(0)
(and setpgrp() as setpgrp(0, 0)) */
/* Define if your <unistd.h> contains bad prototypes for exec*()
(as it does on SGI IRIX 4.x) */
#undef WITH_READLINE /* GNU readline() should be used */
#undef BAD_EXEC_PROTOTYPES
#undef USE_THREAD /* Build in thread support */
#undef SOLARIS /* This is SOLARIS 2.x */
/* Define if getpgrp() must be called as getpgrp(0)
and (consequently) setpgrp() as setpgrp(0, 0). */
#undef GETPGRP_HAVE_ARGS
/* Define if your compiler supports function prototypes */
#undef HAVE_PROTOTYPES
/* Define for SOLARIS 2.x */
#undef SOLARIS
/* Define if it's a bad idea to include <sys/select.h> and <sys/time.h>
in the same file (as it is on SCO ODT 3.0) */
#undef SYS_SELECT_WITH_SYS_TIME
/* Define if you want to compile in rudimentary thread support */
#undef USE_THREAD
/* Define if you want to use the GNU readline library */
#undef WITH_READLINE
/* Define if you have clock. */
#undef HAVE_CLOCK
/* Define if you have ftime. */
#undef HAVE_FTIME
/* Define if you have getpeername. */
#undef HAVE_GETPEERNAME
/* Define if you have getpgrp. */
#undef HAVE_GETPGRP
/* Define if you have gettimeofday. */
#undef HAVE_GETTIMEOFDAY
/* Define if you have getwd. */
#undef HAVE_GETWD
/* Define if you have lstat. */
#undef HAVE_LSTAT
/* Define if you have readline. */
#undef HAVE_READLINE
/* Define if you have readlink. */
#undef HAVE_READLINK
/* Define if you have select. */
#undef HAVE_SELECT
/* Define if you have setpgid. */
#undef HAVE_SETPGID
/* Define if you have setpgrp. */
#undef HAVE_SETPGRP
/* Define if you have setsid. */
#undef HAVE_SETSID
/* Define if you have siginterrupt. */
#undef HAVE_SIGINTERRUPT
/* Define if you have symlink. */
#undef HAVE_SYMLINK
/* Define if you have tcgetpgrp. */
#undef HAVE_TCGETPGRP
/* Define if you have tcsetpgrp. */
#undef HAVE_TCSETPGRP
/* Define if you have times. */
#undef HAVE_TIMES
/* Define if you have uname. */
#undef HAVE_UNAME
/* Define if you have waitpid. */
#undef HAVE_WAITPID
/* Define if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* Define if you have the <signal.h> header file. */
#undef HAVE_SIGNAL_H
/* Define if you have the <stdarg.h> header file. */
#undef HAVE_STDARG_H
/* Define if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H
/* Define if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H
/* Define if you have the <sys/times.h> header file. */
#undef HAVE_SYS_TIMES_H
/* Define if you have the <sys/un.h> header file. */
#undef HAVE_SYS_UN_H
/* Define if you have the <sys/utsname.h> header file. */
#undef HAVE_SYS_UTSNAME_H
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define if you have the <utime.h> header file. */
#undef HAVE_UTIME_H
/* Define if you have the dl library (-ldl). */
#undef HAVE_LIBDL
/* Define if you have the mpc library (-lmpc). */
#undef HAVE_LIBMPC
/* Define if you have the nsl library (-lnsl). */
#undef HAVE_LIBNSL
/* Define if you have the seq library (-lseq). */
#undef HAVE_LIBSEQ
/* Define if you have the socket library (-lsocket). */
#undef HAVE_LIBSOCKET
/* Define if you have the sun library (-lsun). */
#undef HAVE_LIBSUN
/* Define if you have the thread library (-lthread). */
#undef HAVE_LIBTHREAD
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment