summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorClaudio Fontana <sick_soul@users.sourceforge.net>2005-11-01 09:38:51 +0000
committerClaudio Fontana <sick_soul@users.sourceforge.net>2005-11-01 09:38:51 +0000
commitc43b80e61df1aeb6d7872d89baa35a28dd05bd40 (patch)
tree22fb26c4916c45c898c7ddd5ff07cfd73523b152 /acconfig.h
parentc12afffc3d06c2acfc5fab3aa4746d1096f4950a (diff)
downloadidutils-c43b80e61df1aeb6d7872d89baa35a28dd05bd40.tar.gz
idutils-c43b80e61df1aeb6d7872d89baa35a28dd05bd40.tar.bz2
idutils-c43b80e61df1aeb6d7872d89baa35a28dd05bd40.zip
*** empty log message ***
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h40
1 files changed, 0 insertions, 40 deletions
diff --git a/acconfig.h b/acconfig.h
deleted file mode 100644
index 4e0324b..0000000
--- a/acconfig.h
+++ /dev/null
@@ -1,40 +0,0 @@
-/* Special definitions for GNU id-utils, processed by autoheader.
- Copyright (C) 1995, 96, 99 Free Software Foundation, Inc.
-*/
-
-#ifndef _config_h_
-#define _config_h_
-
-@TOP@
-
-/* Define if your sys/types.h file defines the type ptrdiff_t. */
-#undef HAVE_PTRDIFF_T
-
-/* Define if you have the <sys/ioctl.h> header file. */
-#undef HAVE_SYS_IOCTL_H
-
-/* Define to the name of the installed language map file. */
-#undef LANGUAGE_MAP_FILE
-
-
-@BOTTOM@
-
-/* According to Thomas Neumann, NeXT POSIX termios support is losing,
- and sgtty is the way to go. Note: the comment between #undef &
- HAVE_TERMIOS_H is necessary to defeat configure's edits. */
-
-#if HAVE_SGTTY_H
-# ifdef NeXT
-# undef /**/ HAVE_TERMIOS_H
-# endif
-#endif
-
-#ifndef __P
-# ifndef PROTOTYPES
-# define __P(protos) () /* traditional C */
-# else
-# define __P(protos) protos /* full-blown ANSI C */
-# endif
-#endif
-
-#endif /* not _config_h_ */