File: acconfig.h

package info (click to toggle)
prozgui 2.0.4beta3-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,928 kB
  • ctags: 2,085
  • sloc: ansic: 13,694; sh: 12,337; cpp: 2,289; makefile: 345; yacc: 318
file content (26 lines) | stat: -rw-r--r-- 423 bytes parent folder | download | duplicates (2)
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
/* For use by autoheader. */

#ifndef CONFIG_H
#define CONFIG_H    /* To stop multiple inclusions. */


/* Enable GNU extensions. */
#undef _GNU_SOURCE

#undef ENABLE_NLS
#undef HAVE_CATGETS
#undef HAVE_GETTEXT
#undef HAVE_LC_MESSAGES
#undef HAVE_STPCPY

/* Define to 'int' if not already defined by the system. */
#undef socklen_t


@TOP@
/* autoheader generated things inserted here. */
@BOTTOM@


#endif /* CONFIG_H */