~ubuntu-branches/ubuntu/saucy/ng/saucy

« back to all changes in this revision

Viewing changes to sys/unix/acconfig.h

  • Committer: Bazaar Package Importer
  • Author(s): Masayuki Hatta (mhatta)
  • Date: 2008-07-17 08:10:34 UTC
  • mfrom: (4.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080717081034-s7iitiihm9hl4jjg
Tags: 1.5~beta1-3
Bumped to Standards-Version: 3.8.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* acconfig.h
 
2
   This file is in the public domain.
 
3
 
 
4
   Descriptive text for the C preprocessor macros that
 
5
   the distributed Autoconf macros can define.
 
6
   No software package will use all of them; autoheader copies the ones
 
7
   your configure.in uses into your configuration header file templates.
 
8
 
 
9
   The entries are in sort -df order: alphabetical, case insensitive,
 
10
   ignoring punctuation (such as underscores).  Although this order
 
11
   can split up related entries, it makes it easier to check whether
 
12
   a given entry is in the file.
 
13
 
 
14
   Leave the following blank line there!!  Autoheader needs it.  */
 
15
 
 
16
/* Define to `int' if <sys/types.h> doesn't define.  */
 
17
#undef fd_set
 
18
 
 
19
/* Define if you use CANNA */
 
20
#undef CANNA
 
21
 
 
22
/* Define some commands path for dired */
 
23
#undef LS_CMD
 
24
#undef MV_CMD
 
25
#undef CP_CMD
 
26
#undef RMDIR_CMD
 
27
 
 
28
/* Undefing force SIGTSTP because this OS don't have suspend... */
 
29
#undef UNDEF_SIGTSTP