File: config.h.in

package info (click to toggle)
python-pcgi 1.999a5-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 400 kB
  • ctags: 197
  • sloc: ansic: 1,518; python: 775; makefile: 136; sh: 71
file content (28 lines) | stat: -rw-r--r-- 745 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/* config.h.in.  Generated automatically from configure.in by autoheader.  */

/* Define to empty if the keyword does not work.  */
#undef const

/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
#undef HAVE_SYS_WAIT_H

/* Define to `int' if <sys/types.h> doesn't define.  */
#undef pid_t

/* Define as the return type of signal handlers (int or void).  */
#undef RETSIGTYPE

/* Define if you have the ANSI C header files.  */
#undef STDC_HEADERS

/* Define if you have the putenv function.  */
#undef HAVE_PUTENV

/* Define if you have the socket function.  */
#undef HAVE_SOCKET

/* Define if you have the strerror function.  */
#undef HAVE_STRERROR

/* Define if you have the <unistd.h> header file.  */
#undef HAVE_UNISTD_H